| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |