aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-4/+4
* Clean up callbacks should also be called on exceptions.José Valim2010-12-231-0/+3
* Typo (request -> response)John Firebaugh2010-12-211-1/+1
* Expand ActionDispatch::Reloader docsJohn Firebaugh2010-12-211-6/+14
* Small changes on AD::Reloader.José Valim2010-12-201-20/+3
* Introduce ActionDispatch::ReloaderJohn Firebaugh2010-12-201-0/+82
* Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...Joshua Peek2009-05-031-14/+0
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-0/+14