| Commit message (Expand) | Author | Age | Files | Lines |
* | always use a block for cleanup / prepare callbacks so we can clean the method... | Aaron Patterson | 2014-01-28 | 1 | -0/+9 |
* | 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 |
* | 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 public... | John Firebaugh | 2011-01-31 | 1 | -4/+4 |
* | 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 |
* | Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary... | Joshua Peek | 2009-05-03 | 1 | -14/+0 |
* | Move reloader middleware in ActionDispatch | Joshua Peek | 2009-04-14 | 1 | -0/+14 |