aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request/multipart_params_parsing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Upgrade to Rack 1.2.1Jeremy Kemper2010-06-271-8/+14
* Use new routing dsl in testsJoshua Peek2009-12-081-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-0/+1
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-2/+0
* Can't please them allJeremy Kemper2009-04-271-2/+1
* Sufficient to test that multipart/mixed wasn't parsed to a hashJeremy Kemper2009-04-271-1/+1
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-251-61/+0
* Remove vendored version of RackJoshua Peek2009-04-251-1/+1
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-171-0/+1
* Improve rewindable input test coverage so tests fail when you remove the midd...Mislav Marohnić2009-04-171-2/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+1
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+223