aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix various bugs with console arguments.Sam Oliver2012-05-302-39/+71
* More assert_match warnings fixed.Arun Agrawal2012-05-302-8/+8
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-221-0/+18
* Use relative path to sqlite3 db in `rails db` commandAlexey Vakhov2012-05-221-6/+11
* Fix buildPiotr Sarnacki2012-05-061-7/+10
* More faster rails dbconsoleDmitry Vorotilin2012-05-061-28/+57
* Add Rails::DBConsole testsAlexey Vakhov2012-05-021-0/+128
* match rails console environment support, to serverschneems2012-03-221-0/+19
* fix rails server support of RAILS_ENV variableschneems2012-03-201-0/+26
* Fix tests, Rails.env may be different on CIPiotr Sarnacki2012-02-161-2/+5
* Refactor Rails::Console to make it easier to test and add tests for itPiotr Sarnacki2012-02-161-0/+84