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