aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | The normal null character stripper is still there.
* 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
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Build query string and POST params parser on top of Rack::Request. Also ↵Joshua Peek2009-01-171-3/+3
| | | | switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved]
* 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 ↵Joshua Peek2009-01-132-2/+80
| | | | eat up non-rewindable input
* Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]Bryan Ash2009-01-131-7/+7
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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