aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/upload.rb
Commit message (Expand)AuthorAgeFilesLines
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+2
* Refactor ActionDispatch::Http::UploadedFileDaniel Schierbeck2011-08-281-14/+3
* all requests are utf-8. Don't use the external encoding.Damien Mathieu2011-06-141-3/+2
* encode the uploaded file's name in the default external encoding - Closes #869Damien Mathieu2011-06-141-1/+12
* delegating path and open to internal tempfileAaron Patterson2010-11-181-2/+8
* only forwarding enough methods to work. People should grab the delegate tempf...Aaron Patterson2010-10-041-5/+8
* making sure respond_to? works properlyAaron Patterson2010-10-041-0/+5
* raising an argument error if tempfile is not providedAaron Patterson2010-10-041-0/+1
* delegate to the @tempfile instance variableAaron Patterson2010-10-041-13/+5
* Improve performance of applications using file uploads by not busting the met...Carl Lerche2010-09-221-29/+20
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-0/+48