aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* use Rack::BodyProxy in AD::ReloaderSergey Nartimov2012-01-161-3/+3
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-14/+3
* Allow reloader to be configured.José Valim2011-12-121-14/+38
* 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