aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/console_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test regarding console change to fix sandboxingCarlos Antonio da Silva2013-03-081-11/+10
* This commit fixes issue #8628Mykola Kyryk2013-01-041-0/+6
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-20/+4
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-2/+17
* 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
* Fix various bugs with console arguments.Sam Oliver2012-05-301-29/+60
* More assert_match warnings fixed.Arun Agrawal2012-05-301-4/+4
* match rails console environment support, to serverschneems2012-03-221-0/+19
* 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