aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request/multipart_params_parsing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* Update multipart tests to expose (another) bug in Rack's multipart parserJoshua Peek2009-01-131-1/+1
|
* Add RewindableInput wrapper to fix issues with middleware that impolitely ↵Joshua Peek2009-01-131-2/+43
| | | | 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 multipart params parsing testsJoshua Peek2009-01-101-0/+167