index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
console_app.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...
Pratik Naik
2008-04-18
1
-2
/
+2
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-3
/
+4
*
Doof. Don't call it with false if it doesn't respond.
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Console reload! runs to_prepare callbacks also. Closes #8393.
Jeremy Kemper
2007-05-29
1
-1
/
+3
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
1
-1
/
+1
*
rename 'integration_test.rb' -> 'integration.rb'
Jamis Buck
2006-03-18
1
-1
/
+1
*
remove explicit dependency mechanism setting in console_app
Jamis Buck
2006-03-03
1
-5
/
+1
*
Added reload! method to script/console to reload all models and others that i...
David Heinemeier Hansson
2006-03-03
1
-0
/
+6
*
Use require instead of load with the integration stuff. Add helper method for...
Jamis Buck
2006-03-01
1
-4
/
+16
*
Add 'app' accessor to script/console as an instance of Integration::Session
Jamis Buck
2006-03-01
1
-0
/
+13