aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-1/+1
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-1/+1
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-2/+0
* Ensure log is flushed and tailed on failures.José Valim2010-01-151-4/+3
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-7/+10
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-1/+1
* Use "run_callbacks :foo" since it is the public api for callbacks [#3329Joshua Peek2009-10-121-3/+3
* Fixes Sam Ruby tests suite.José Valim2009-09-211-6/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-23/+38
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-0/+40