aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/callbacks_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-311-18/+0
|
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
|
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
|
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-4/+10
| | | | | | These should allow external code to run blocks of user code to do "work", at a similar unit size to a web request, without needing to get intimate with ActionDipatch.
* Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
|
* ActionDispatch: add missing test for callbacksBogdan Gusiev2012-02-161-2/+9
|
* Don't deprecate to_prepare.José Valim2010-12-231-5/+7
|
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-59/+13
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-12/+0
|
* Ensure log is flushed and tailed on failures.José Valim2010-01-151-3/+34
|
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-0/+76