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
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
callbacks.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure ↵
José Valim
2010-02-19
1
-1
/
+1
|
|
|
|
after_initializer is executed after to_prepare callbacks.
*
Extract routes reloading responsibilities from application and load them ↵
José Valim
2010-01-23
1
-1
/
+1
|
|
|
|
just upon a request.
*
Add ActionDispatch::Notifications middleware.
José Valim
2010-01-17
1
-2
/
+0
|
*
Ensure log is flushed and tailed on failures.
José Valim
2010-01-15
1
-4
/
+3
|
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-7
/
+10
|
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-1
/
+1
|
*
Use "run_callbacks :foo" since it is the public api for callbacks [#3329
Joshua Peek
2009-10-12
1
-3
/
+3
|
|
|
|
state:resolved]
*
Fixes Sam Ruby tests suite.
José Valim
2009-09-21
1
-6
/
+1
|
|
|
|
Signed-off-by: Yehuda Katz <wycats@gmail.com>
*
Use NewCallbacks on ActionDispatch::Callbacks.
José Valim
2009-09-20
1
-23
/
+38
|
*
Extract generic callbacks middleware from dispatcher
Joshua Peek
2009-05-17
1
-0
/
+40