| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debugger support | Rafael Mendonça França | 2015-01-04 | 1 | -22/+0 |
* | Expectations first | Akira Matsuda | 2014-08-28 | 1 | -5/+5 |
* | Reset RACK_ENV after modified in a test case | Akira Matsuda | 2014-08-28 | 1 | -0/+1 |
* | Remove mocha usage | Rafael Mendonça França | 2014-07-23 | 1 | -2/+5 |
* | Stop using mocha on dbconsole_test | Rafael Mendonça França | 2014-07-15 | 1 | -44/+68 |
* | Stop using mocha on console_test | Rafael Mendonça França | 2014-07-07 | 1 | -15/+40 |
* | Isolate debugger related code | David Rodríguez de Dios | 2014-04-10 | 1 | -13/+19 |
* | Keep debugger support only for rubies < 2.0.0 | David Rodríguez de Dios | 2014-04-08 | 1 | -3/+3 |
* | Ensure Active Record connection consistency | schneems | 2014-01-09 | 1 | -1/+1 |
* | Fix DB Console tests | schneems | 2013-12-21 | 1 | -20/+22 |
* | fixed rails dbconsole to support ENV['DATABASE_URL']. | Huiming Teo | 2013-12-16 | 1 | -27/+67 |
* | Make logging to stdout work again with implicit `development` env | Marc Schütz | 2013-10-13 | 1 | -12/+48 |
* | Only output Server logs in Development | schneems | 2013-09-22 | 1 | -0/+10 |
* | fix private attribute warning | Vipul A M | 2013-04-04 | 2 | -3/+6 |
* | Fix failing test regarding console change to fix sandboxing | Carlos Antonio da Silva | 2013-03-08 | 1 | -11/+10 |
* | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 2 | -0/+18 |
* | Refactor tests that switch RAILS_ENV and RACK_ENV | Carlos Antonio da Silva | 2012-12-06 | 2 | -34/+14 |
* | Add ENV['RACK_ENV'] support to rake runner/console/server. | kennyj | 2012-12-06 | 2 | -2/+37 |
* | Fix rails db command with sqlite3 database | Carlos Antonio da Silva | 2012-11-18 | 1 | -0/+8 |
* | Removing warning : assigned but unused variable | Arun Agrawal | 2012-11-10 | 1 | -1/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | warning fixed: ambiguous first argument; put parentheses or even spaces | Arun Agrawal | 2012-10-10 | 1 | -7/+7 |
* | Set RACK_ENV to nil in the dbconsole test | Rafael Mendonça França | 2012-05-30 | 1 | -0/+1 |
* | Remove support for rails server RAILS_ENV=env-name | Sam Oliver | 2012-05-30 | 1 | -2/+2 |
* | Fix various bugs with console arguments. | Sam Oliver | 2012-05-30 | 2 | -39/+71 |
* | More assert_match warnings fixed. | Arun Agrawal | 2012-05-30 | 2 | -8/+8 |
* | Fix `rails db -h` and cosmetic fixes in usage banners | Alexey Vakhov | 2012-05-22 | 1 | -0/+18 |
* | Use relative path to sqlite3 db in `rails db` command | Alexey Vakhov | 2012-05-22 | 1 | -6/+11 |
* | Fix build | Piotr Sarnacki | 2012-05-06 | 1 | -7/+10 |
* | More faster rails dbconsole | Dmitry Vorotilin | 2012-05-06 | 1 | -28/+57 |
* | Add Rails::DBConsole tests | Alexey Vakhov | 2012-05-02 | 1 | -0/+128 |
* | match rails console environment support, to server | schneems | 2012-03-22 | 1 | -0/+19 |
* | fix rails server support of RAILS_ENV variable | schneems | 2012-03-20 | 1 | -0/+26 |
* | Fix tests, Rails.env may be different on CI | Piotr Sarnacki | 2012-02-16 | 1 | -2/+5 |
* | Refactor Rails::Console to make it easier to test and add tests for it | Piotr Sarnacki | 2012-02-16 | 1 | -0/+84 |