aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/uploaded_file_test.rb
Commit message (Expand)AuthorAgeFilesLines
* delegating path and open to internal tempfileAaron Patterson2010-11-181-0/+12
* only forwarding enough methods to work. People should grab the delegate tempf...Aaron Patterson2010-10-041-14/+8
* making sure respond_to? works properlyAaron Patterson2010-10-041-0/+15
* raising an argument error if tempfile is not providedAaron Patterson2010-10-041-3/+9
* delegate to the @tempfile instance variableAaron Patterson2010-10-041-0/+18
* adding tests for uploaded fileAaron Patterson2010-10-041-0/+25