aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/reloader.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow reloader to be configured.José Valim2011-12-121-14/+38
|
* Use run_callbacks; the generated _run_<name>_callbacks method is not a ↵John Firebaugh2011-01-311-4/+4
| | | | | | public interface. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* 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
| | | | | | | | | | | | Based on the implementation on the 2-3-stable branch, patches by Hongli Lai <hongli@phusion.nl>, and helpful suggestions from José Valim. Hongli Lai's patches included locking around the request cycle; this is now handled by Rack::Lock (https://github.com/rack/rack/issues/issue/87/). [#2873] Signed-off-by: José Valim <jose.valim@gmail.com>
* Wrap dispatcher callbacks around the whole middleware chain. Kill ↵Joshua Peek2009-05-031-14/+0
| | | | unnecessary Reloader middleware.
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-0/+14