aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/console_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-4/+2
* Fix for CI server. Dependent on RAILS_ENV=developmentArun Agrawal2011-06-061-0/+6
* Everyone receives app as argument for consistency.José Valim2011-05-251-3/+4
* Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...José Valim2011-05-041-2/+16
* Small changes on AD::Reloader.José Valim2010-12-201-3/+3
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-4/+4
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-3/+2
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-2/+2
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-3/+18
* reload! on console now works as expected. [#3822 status:resolved]José Valim2010-02-261-3/+29
* Move console stuff to its own directory.José Valim2010-01-231-2/+2
* More robust console testJoshua Peek2009-10-051-0/+52