index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Merge pull request #17761 from pschrammel/master
Yves Senn
2014-11-26
1
-1
/
+1
|
\
|
*
be more general with adapter name
Peter Schrammel
2014-11-25
1
-1
/
+1
*
|
Provide support for SQL Server connections with dbconsole using sqsh
Juan Ignacio Pumarino
2014-11-26
1
-0
/
+15
|
/
*
added description for rails generators, and fixed sentence formation for acti...
Rishi Jain
2014-11-10
2
-0
/
+4
*
Merge pull request #17280 from aditya-kapoor/remove-unneeded-file
Yves Senn
2014-10-16
1
-9
/
+0
|
\
|
*
remove unneeded file
Aditya Kapoor
2014-10-16
1
-9
/
+0
*
|
use require_command! instead of calling its definition
Aditya Kapoor
2014-10-16
1
-1
/
+1
|
/
*
Document that the default for `rails server -b` has changed
Godfrey Chan
2014-09-22
1
-5
/
+1
*
fix grammar [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
*
fix server names [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
*
Make text consistent in help text of rails server and console commands.
Vijay Dev
2014-08-21
2
-13
/
+13
*
Add ability to extend `rails server` command options parser
Andrey Chernih
2014-07-11
1
-7
/
+11
*
Fix rails dbconsole for jdbcmysql adapter.
Gabriel Gilder and Jim Kingdon
2014-05-05
1
-1
/
+1
*
Isolate debugger related code
David Rodríguez de Dios
2014-04-10
1
-11
/
+13
*
Keep debugger support only for rubies < 2.0.0
David Rodríguez de Dios
2014-04-08
2
-6
/
+25
*
Let COMMAND_WHITELIST be an Array, not a String
Akira Matsuda
2014-03-16
1
-1
/
+1
*
Removed unnecessary command "application"
Arun Agrawal
2014-03-10
1
-6
/
+1
*
Replace map.flatten with flat_map in railties
Erik Michaels-Ober
2014-03-04
1
-1
/
+1
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-4
/
+11
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Use the new Resolver API in dbconsole
José Valim
2013-12-23
1
-3
/
+2
*
Make `rails runner` command options more obvious
schneems
2013-12-19
1
-5
/
+14
*
fixed rails dbconsole to support ENV['DATABASE_URL'].
Huiming Teo
2013-12-16
1
-8
/
+5
*
Use .railsrc while creating new plugin if available
Prathamesh Sonpatki
2013-12-01
1
-0
/
+14
*
Add positional information to eval call so that this information will
Prathamesh Sonpatki
2013-11-20
1
-1
/
+1
*
Aesthetics
Rafael Mendonça França
2013-11-07
1
-13
/
+13
*
Move interrupt information to print_boot_information method
Alex Johnson
2013-11-07
1
-4
/
+1
*
Extract method refactoring for Rails::Server#start
Alex Johnson
2013-11-07
1
-24
/
+38
*
More Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
stop mutating ARGV
Aaron Patterson
2013-10-30
1
-2
/
+2
*
rename AppPreparer
Aaron Patterson
2013-10-30
1
-1
/
+1
*
Make logging to stdout work again with implicit `development` env
Marc Schütz
2013-10-13
1
-1
/
+2
*
Only output Server logs in Development
schneems
2013-09-22
1
-2
/
+3
*
Missing destroy command
Akira Matsuda & Yukiko Kawamoto
2013-09-13
1
-0
/
+4
*
Merge pull request #11378 from wangjohn/class_for_application_generator
Rafael Mendonça França
2013-07-09
1
-27
/
+1
|
\
|
*
Creating a class to handle preparing ARGV.
wangjohn
2013-07-09
1
-27
/
+1
*
|
Using the instance variable for argv.
wangjohn
2013-07-09
1
-2
/
+2
|
/
*
Creating a class for carrying out rails commands.
wangjohn
2013-07-07
1
-0
/
+170
*
s/plugin_new/plugin
schneems
2013-06-30
2
-9
/
+9
*
Merge pull request #10666 from YanhaoYang/master
Carlos Antonio da Silva
2013-06-25
1
-1
/
+1
|
\
|
*
make "rails dbconsole" work with activerecord-postgis-adapter
YanhaoYang
2013-05-17
1
-1
/
+1
*
|
load the file rather than evaling
Aaron Patterson
2013-06-17
1
-1
/
+1
*
|
add notice to server boot messages if using default 0.0.0.0 binding
Luke Wendling
2013-05-25
1
-0
/
+3
|
/
*
exit with non-zero to signal failure
Hrvoje Šimić
2013-05-13
1
-2
/
+2
*
removing `rails test`, updating docs to show how to use `rake test`
Aaron Patterson
2013-04-05
1
-146
/
+0
*
Revert more Rails.version changes
Rafael Mendonça França
2013-04-01
1
-1
/
+1
*
remove references to *::VERSION, replace with *.version
Charlie Somerville
2013-03-21
1
-1
/
+1
*
More helpful message when starting server
Gabe Kopley
2013-03-18
1
-1
/
+1
*
config.ru uses the effective Rack app
Yves Senn
2013-03-15
1
-0
/
+1
[next]