aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/console_app.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-3/+2
* Fix consoleJoshua Peek2009-05-041-2/+3
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-0/+2
* Put back dispatcher cleanup call in console reload! [#2056 state:resolved]Joshua Peek2009-02-241-0/+1
* Move development mode reloading up the stack to avoid issues with class reloa...Joshua Peek2009-02-201-2/+1
* Cleanup application has been merged with reloadJoshua Peek2009-02-051-1/+0
* Ensure integration test is load in script/console [#1452 state:resolved]Joshua Peek2008-11-241-1/+2
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-181-2/+2
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-3/+4
* Doof. Don't call it with false if it doesn't respond.Jeremy Kemper2007-09-251-1/+1
* Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]Jeremy Kemper2007-09-251-1/+1
* Console reload! runs to_prepare callbacks also. Closes #8393.Jeremy Kemper2007-05-291-1/+3
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-1/+1
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-1/+1
* remove explicit dependency mechanism setting in console_appJamis Buck2006-03-031-5/+1
* Added reload! method to script/console to reload all models and others that i...David Heinemeier Hansson2006-03-031-0/+6
* Use require instead of load with the integration stuff. Add helper method for...Jamis Buck2006-03-011-4/+16
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-011-0/+13