aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/middleware_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* 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
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-221-1/+1
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-271-2/+2
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-0/+22
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-11/+22
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-191-1/+1
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+77