aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-311-47/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-4/+4
* Don't reference Rails.application from inside a componentMatthew Draper2016-03-021-10/+6
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-56/+18
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-2/+0
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-2/+2
* always use a block for cleanup / prepare callbacks so we can clean the method...Aaron Patterson2014-01-281-0/+9
* scope is not necessaryAaron Patterson2014-01-281-2/+2
* Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* More using <tt>x</tt> instead of +x+ when the latter renders improperly.Mark Rushakoff2012-04-271-2/+2
* 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