aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/bare_metal_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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-12/+12
* Handle response_body= when body is nileileencodes2016-01-301-0/+16
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-2/+0
* provide a request and response to all controllersAaron Patterson2015-08-251-0/+2
* rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* Add `ActionController::Metal#set_request!`brainopia2015-01-211-0/+9
* Prevent state leak.Guo Xiang Tan2014-06-051-0/+2
* The correct status to test should be :switching_protocols.Zuhao Wan2014-05-251-2/+2
* Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-021-0/+30
* Remove content-length as welltwinturbo2012-05-031-0/+6
* Make ActionController#head pass rack-linktwinturbo2012-05-031-0/+60
* A test case to ensure that AC::Metal#response_body= always wraps the given va...Akira Matsuda2011-11-101-0/+6
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-1/+1
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-0/+7
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+15
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-0/+27