aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/middleware_stack_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-3/+3
* Instrument middleware processingDaniel Schierbeck2019-03-191-6/+35
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* 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 support to passing strings to the middleware stackRafael Mendonça França2016-10-101-39/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-2/+2
* Currectly test the Middleware#==Rafael Mendonça França2015-12-221-4/+8
* Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+12
* finish deprecating handling strings and symbolsAaron Patterson2015-08-071-2/+17
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-17/+19
* Add the #unshift method to the middleware stackRich Healey2012-05-181-2/+7
* Fix GH #4873. Allow swapping middleware of same classkennyj2012-02-041-0/+6
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-1/+16
* Ensure insert_before in middleware stack raises a meaningful error message [#...José Valim2010-07-211-0/+10
* Remove the laziness from the middleware stack.José Valim2010-05-291-17/+2
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-0/+6
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+14
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+76