aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-291-1/+1
|\
| * "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-36/+43
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Fix server command tests.Kasper Timm Hansen2016-09-251-1/+2
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-22/+55
* Fix console tests.Kasper Timm Hansen2016-09-251-6/+30
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-50/+50
* applies new string literal convention in railties/testXavier Noria2016-08-063-84/+84
* Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+7
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+14
* changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+2
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-32/+0
* Avoid multiple default paths to server.pid fileTawan Sierek2016-01-161-0/+9
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* Clarify the need to run command twice.Kasper Timm Hansen2015-12-071-2/+2
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-0/+32
* Use the PORT environment variable for rails serverDavid Cornu2015-08-181-0/+7
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+16
* Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-101-8/+4
* Remove sqlite support from `rails dbconsole`Andrew White2015-04-221-6/+0
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-203-19/+56
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-193-56/+19
* Remove debugger supportRafael Mendonça França2015-01-041-22/+0
* Expectations firstAkira Matsuda2014-08-281-5/+5
* Reset RACK_ENV after modified in a test caseAkira Matsuda2014-08-281-0/+1
* Remove mocha usageRafael Mendonça França2014-07-231-2/+5
* Stop using mocha on dbconsole_testRafael Mendonça França2014-07-151-44/+68
* Stop using mocha on console_testRafael Mendonça França2014-07-071-15/+40
* Isolate debugger related codeDavid Rodríguez de Dios2014-04-101-13/+19
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-3/+3
* Ensure Active Record connection consistencyschneems2014-01-091-1/+1
* Fix DB Console tests schneems2013-12-211-20/+22
* fixed rails dbconsole to support ENV['DATABASE_URL'].Huiming Teo2013-12-161-27/+67
* Make logging to stdout work again with implicit `development` envMarc Schütz2013-10-131-12/+48
* Only output Server logs in Developmentschneems2013-09-221-0/+10
* fix private attribute warningVipul A M2013-04-042-3/+6
* Fix failing test regarding console change to fix sandboxingCarlos Antonio da Silva2013-03-081-11/+10
* This commit fixes issue #8628Mykola Kyryk2013-01-042-0/+18
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-062-34/+14
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-062-2/+37
* Fix rails db command with sqlite3 databaseCarlos Antonio da Silva2012-11-181-0/+8
* Removing warning : assigned but unused variableArun Agrawal2012-11-101-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* warning fixed: ambiguous first argument; put parentheses or even spacesArun Agrawal2012-10-101-7/+7
* Set RACK_ENV to nil in the dbconsole testRafael Mendonça França2012-05-301-0/+1
* Remove support for rails server RAILS_ENV=env-nameSam Oliver2012-05-301-2/+2