aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_upload_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor request multipart params parsing testsJoshua Peek2009-01-101-65/+0
* Add failing test for file uploads with unrewindable inputJoshua Peek2009-01-021-10/+36
* Switch to Rack based session stores.Joshua Peek2008-12-151-2/+0
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-2/+0
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-1/+1
* style & whitespaceJeremy Kemper2008-04-011-8/+4
* Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]Michael Koziarski2008-03-031-0/+47