aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request
Commit message (Expand)AuthorAgeFilesLines
* let the superclass build the request and responseAaron Patterson2015-07-081-5/+1
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-8/+0
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-2/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-11/+12
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+35
|\
| * added tests for session options being defaulted correctly to rack defaults [#...Kenny Ortmann2009-04-071-0/+35
| * Update rack to fix multipart uploads with an empty file [#1945 state:resolved]Joshua Peek2009-03-131-1/+1
| * Remove ancient tests for CGI parsing bugJoshua Peek2009-01-311-30/+0
| * Removed Prototype specific Safari 2 AJAX hack.Joshua Peek2009-01-311-6/+0
* | Move dispatch related tests into test/dispatchJoshua Peek2009-01-285-696/+0
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-272-2/+2
|/
* Allow empty files to be uploadedJoshua Peek2009-01-201-2/+10
* Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved]Mislav Marohnić2009-01-201-0/+7
* Build query string and POST params parser on top of Rack::Request. Also switc...Joshua Peek2009-01-171-3/+3
* Add test coverage for fixing Safari 2 trailing null characterJoshua Peek2009-01-171-0/+12
* Update multipart tests to expose (another) bug in Rack's multipart parserJoshua Peek2009-01-132-2/+2
* Add RewindableInput wrapper to fix issues with middleware that impolitely eat...Joshua Peek2009-01-132-2/+80
* Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]Bryan Ash2009-01-131-7/+7
* Refactor request urlencoded params parsing testsJoshua Peek2009-01-101-0/+171
* Moved query string parsing tests into the request tests folderJoshua Peek2009-01-101-0/+120
* Refactor request multipart params parsing testsJoshua Peek2009-01-101-0/+167
* Refactor request xml params parsing testsJoshua Peek2009-01-091-0/+88
* Refactor request json params parsing testsJoshua Peek2009-01-091-0/+45