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
*
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
*
Stop calling "super" twice in Rails::Server#app
Carlos Antonio da Silva
2013-03-12
1
-1
/
+4
*
Make sure that `rails test` load test in test env
Prem Sichanugrist
2013-03-09
1
-3
/
+9
*
Improve wording for rails test command
Dalibor Nasevic
2013-03-09
1
-17
/
+17
*
Load fixtures only when running suites, or `-f`
Prem Sichanugrist
2013-03-09
1
-1
/
+18
*
Add support for MiniTest flags in TestRunner
Prem Sichanugrist
2013-03-09
1
-30
/
+61
*
Add `rails test` command to run the test suite
Prem Sichanugrist and Chris Toomey
2013-03-09
1
-0
/
+92
*
Fix rails console --sandbox
Jon Leighton
2013-03-08
1
-1
/
+3
*
Use --rc= instead of --rc
robertomiranda
2013-02-04
1
-2
/
+6
*
Refactor --rc option
Guillermo Iguaran
2013-02-02
1
-6
/
+1
*
Add --rc option to support the load of a custom rc file
Amparo Luna
2013-02-01
1
-1
/
+7
*
Prefer File.read over File.open.read
Akira Matsuda
2013-02-01
1
-1
/
+1
*
Add --no-rc option to skip the loading of railsrc file
Amparo Luna
2013-01-31
1
-6
/
+8
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
2
-66
/
+0
*
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
1
-1
/
+1
*
Rescue from LoadError when trying to load the debugger gem for console
Carlos Antonio da Silva
2013-01-06
1
-1
/
+1
*
Don't use Rails.root since it is not available at this point
Rafael Mendonça França
2013-01-05
2
-2
/
+2
*
Remove unnecessary begin..rescue..end, use only rescue
Carlos Antonio da Silva
2013-01-04
1
-7
/
+5
*
Move class method to instance in dbconsole
Carlos Antonio da Silva
2013-01-04
2
-2
/
+3
*
This commit fixes issue #8628
Mykola Kyryk
2013-01-04
2
-2
/
+19
*
Explicit options should have precedence over railsrc on the `rails new`
Rafael Mendonça França
2012-12-24
1
-2
/
+1
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
3
-3
/
+3
*
Fix wrong doc and message about rails profiler.
kennyj
2012-12-04
1
-1
/
+1
*
Refactor config abort message a bit for dbconsole
Carlos Antonio da Silva
2012-11-18
2
-8
/
+4
*
Fix rails db command with sqlite3 database
Carlos Antonio da Silva
2012-11-18
1
-5
/
+5
*
Removing warning : assigned but unused variable
Arun Agrawal
2012-11-10
1
-1
/
+1
*
copy the log level from the config settings
Aaron Patterson
2012-11-09
1
-0
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
5
-11
/
+11
*
update Rails::Generators docs [ci skip]
Francesco Rodriguez
2012-10-07
1
-1
/
+1
*
Support MySQL SSL in rails dbconsole.
needfeed
2012-09-10
1
-1
/
+6
*
add Rack::Lock for webrick
Aaron Patterson
2012-08-21
1
-0
/
+9
[next]