| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -0/+8 |
* | Add secrets edit test | yuuji.yaginuma | 2017-03-12 | 1 | -0/+13 |
* | Tell users how to assign a $EDITOR. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+24 |
* | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 1 | -0/+18 |
* | [close #24435] Send user_supplied_options to server | schneems | 2017-02-24 | 1 | -0/+8 |
* | improve server default options test | yuuji.yaginuma | 2017-01-09 | 1 | -3/+3 |
* | Merge branch 'master' into fix_26964 | Kasper Timm Hansen | 2016-12-29 | 1 | -1/+1 |
|\ |
|
| * | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
* | | use Thor option parser in server commands parse | yuuji.yaginuma | 2016-12-24 | 1 | -36/+43 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -9/+9 |
* | Fix server command tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+2 |
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -22/+55 |
* | Fix console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+30 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -6/+6 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | 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 | 2 | -50/+50 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 3 | -84/+84 |
* | Use the HOST environment variable for rails server #25677 | Evgeny Vlasenko | 2016-07-05 | 1 | -0/+7 |
* | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 1 | -0/+14 |
* | changed default value of `caching` option to `nil` | yuuji.yaginuma | 2016-03-21 | 1 | -1/+2 |
* | revert dev:cache to rake task, fixes #23410 | Scott Bronson | 2016-02-07 | 1 | -32/+0 |
* | Avoid multiple default paths to server.pid file | Tawan Sierek | 2016-01-16 | 1 | -0/+9 |
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -3/+3 |
* | Clarify the need to run command twice. | Kasper Timm Hansen | 2015-12-07 | 1 | -2/+2 |
* | Add Rails command infrastructure and encapsulate development caching | Chuck Callebs | 2015-12-04 | 1 | -0/+32 |
* | Use the PORT environment variable for rails server | David Cornu | 2015-08-18 | 1 | -0/+7 |
* | Add rake dev:cache task to enable dev mode caching. | Chuck Callebs | 2015-08-04 | 1 | -0/+16 |
* | 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 | 3 | -19/+56 |
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 3 | -56/+19 |
* | 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 |