| Commit message (Expand) | Author | Age | Files | Lines |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -6/+6 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -3/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -25/+25 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -56/+56 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -3/+3 |
* | Refactor railties console and dbconsole commands | Mehmet Emin İNAÇ | 2015-05-10 | 1 | -8/+4 |
* | Remove sqlite support from `rails dbconsole` | Andrew White | 2015-04-22 | 1 | -6/+0 |
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -0/+5 |
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -5/+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 |
* | Stop using mocha on dbconsole_test | Rafael Mendonça França | 2014-07-15 | 1 | -44/+68 |
* | 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 |
* | fix private attribute warning | Vipul A M | 2013-04-04 | 1 | -1/+3 |
* | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 1 | -0/+12 |
* | Fix rails db command with sqlite3 database | Carlos Antonio da Silva | 2012-11-18 | 1 | -0/+8 |
* | Set RACK_ENV to nil in the dbconsole test | Rafael Mendonça França | 2012-05-30 | 1 | -0/+1 |
* | Fix various bugs with console arguments. | Sam Oliver | 2012-05-30 | 1 | -10/+11 |
* | More assert_match warnings fixed. | Arun Agrawal | 2012-05-30 | 1 | -4/+4 |
* | 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 |