aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/upload.rb
Commit message (Expand)AuthorAgeFilesLines
* Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-231-1/+4
* Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+5
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fixed string being modified in place causing frozen string errors in Ruby 2.3sepehr5002017-05-151-2/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+7
* always transcode the file to utf-8Aaron Patterson2014-07-161-0/+1
* rack 1.6 encodes the filenames in posts correctly nowAaron Patterson2014-07-151-8/+1
* Implement to_io as an aliasRafael Mendonça França2014-04-171-5/+1
* Provide interface for accessing underlying IO objectTim Linquist2014-04-151-0/+5
* Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-141-13/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-1/+1
|\
| * Fixed small typosPrathamesh Sonpatki2013-03-191-1/+1
* | UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-151-4/+4
|/
* Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-1/+1
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-1/+1
* Add documentation to ActionDispatch::Http::UploadedFile#headersRafael Mendonça França2013-01-031-0/+1
* Remove a useless TODO commentRobin Dupret2013-01-031-1/+0
* documents ActionDispatch::Http::UploadedFileXavier Noria2012-09-221-6/+55
* Accept parameters in methods delegated to tempfileSergio Gil Pérez de la Manga2012-09-221-6/+2
* Delegate ActionDispatch::Http::UploadedFile#close to tempfileSergio Gil Pérez de la Manga2012-09-201-1/+1
* adds delegetion for eof? to AD::Http::UploadedFileJens Fahnenbruck2012-03-271-1/+1
* Refactor AD::UploadedFile, and raise sooner if tempfile is not presentCarlos Antonio da Silva2012-03-061-8/+6
* 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