Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -2/+0 |
| | | | | | When `require 'active_support/rails'`, 'active_support/deprecation' is automatically loaded. | ||||
* | Use ruby 1.9 lambda syntax in documentations [ci skip] | Mehmet Emin İNAÇ | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | always use a block for cleanup / prepare callbacks so we can clean the ↵ | Aaron Patterson | 2014-01-28 | 1 | -0/+9 |
| | | | | method signature | ||||
* | scope is not necessary | Aaron Patterson | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | Code-format references to config settings | Mark Rushakoff | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | More using <tt>x</tt> instead of +x+ when the latter renders improperly. | Mark Rushakoff | 2012-04-27 | 1 | -2/+2 |
| | |||||
* | use Rack::BodyProxy in AD::Reloader | Sergey Nartimov | 2012-01-16 | 1 | -3/+3 |
| | |||||
* | Use a BodyProxy instead of including a Module that responds to close. | Santiago Pastorino | 2012-01-13 | 1 | -14/+3 |
| | | | | Closes #4441 if Active Record is disabled assets are delivered correctly | ||||
* | Allow reloader to be configured. | José Valim | 2011-12-12 | 1 | -14/+38 |
| | |||||
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a ↵ | John Firebaugh | 2011-01-31 | 1 | -4/+4 |
| | | | | | | public interface. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Clean up callbacks should also be called on exceptions. | José Valim | 2010-12-23 | 1 | -0/+3 |
| | |||||
* | Typo (request -> response) | John Firebaugh | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | Expand ActionDispatch::Reloader docs | John Firebaugh | 2010-12-21 | 1 | -6/+14 |
| | |||||
* | Small changes on AD::Reloader. | José Valim | 2010-12-20 | 1 | -20/+3 |
| | |||||
* | Introduce ActionDispatch::Reloader | John Firebaugh | 2010-12-20 | 1 | -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 Peek | 2009-05-03 | 1 | -14/+0 |
| | | | | unnecessary Reloader middleware. | ||||
* | Move reloader middleware in ActionDispatch | Joshua Peek | 2009-04-14 | 1 | -0/+14 |