Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow empty files to be uploaded | Joshua Peek | 2009-01-20 | 1 | -2/+10 |
| | |||||
* | Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved] | Mislav Marohnić | 2009-01-20 | 1 | -0/+7 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Build query string and POST params parser on top of Rack::Request. Also ↵ | Joshua Peek | 2009-01-17 | 1 | -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 parser | Joshua Peek | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Add RewindableInput wrapper to fix issues with middleware that impolitely ↵ | Joshua Peek | 2009-01-13 | 1 | -2/+43 |
| | | | | eat up non-rewindable input | ||||
* | Explicitly read as binary in multipart_body for Windows [#1065 state:resolved] | Bryan Ash | 2009-01-13 | 1 | -7/+7 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Refactor request multipart params parsing tests | Joshua Peek | 2009-01-10 | 1 | -0/+167 |