aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/bare_metal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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