aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* 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