index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
http
/
upload.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
always transcode the file to utf-8
Aaron Patterson
2014-07-16
1
-0
/
+1
*
rack 1.6 encodes the filenames in posts correctly now
Aaron Patterson
2014-07-15
1
-8
/
+1
*
Implement to_io as an alias
Rafael Mendonça França
2014-04-17
1
-5
/
+1
*
Provide interface for accessing underlying IO object
Tim Linquist
2014-04-15
1
-0
/
+5
*
Normalize file parameters in same place as other parameters (ActionDispatch::...
robertomiranda
2013-08-14
1
-13
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+1
|
\
|
*
Fixed small typos
Prathamesh Sonpatki
2013-03-19
1
-1
/
+1
*
|
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
1
-4
/
+4
|
/
*
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-1
/
+1
*
Add documentation to ActionDispatch::Http::UploadedFile#headers
Rafael Mendonça França
2013-01-03
1
-0
/
+1
*
Remove a useless TODO comment
Robin Dupret
2013-01-03
1
-1
/
+0
*
documents ActionDispatch::Http::UploadedFile
Xavier Noria
2012-09-22
1
-6
/
+55
*
Accept parameters in methods delegated to tempfile
Sergio Gil Pérez de la Manga
2012-09-22
1
-6
/
+2
*
Delegate ActionDispatch::Http::UploadedFile#close to tempfile
Sergio Gil Pérez de la Manga
2012-09-20
1
-1
/
+1
*
adds delegetion for eof? to AD::Http::UploadedFile
Jens Fahnenbruck
2012-03-27
1
-1
/
+1
*
Refactor AD::UploadedFile, and raise sooner if tempfile is not present
Carlos Antonio da Silva
2012-03-06
1
-8
/
+6
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-2
/
+2
*
Refactor ActionDispatch::Http::UploadedFile
Daniel Schierbeck
2011-08-28
1
-14
/
+3
*
all requests are utf-8. Don't use the external encoding.
Damien Mathieu
2011-06-14
1
-3
/
+2
*
encode the uploaded file's name in the default external encoding - Closes #869
Damien Mathieu
2011-06-14
1
-1
/
+12
*
delegating path and open to internal tempfile
Aaron Patterson
2010-11-18
1
-2
/
+8
*
only forwarding enough methods to work. People should grab the delegate tempf...
Aaron Patterson
2010-10-04
1
-5
/
+8
*
making sure respond_to? works properly
Aaron Patterson
2010-10-04
1
-0
/
+5
*
raising an argument error if tempfile is not provided
Aaron Patterson
2010-10-04
1
-0
/
+1
*
delegate to the @tempfile instance variable
Aaron Patterson
2010-10-04
1
-13
/
+5
*
Improve performance of applications using file uploads by not busting the met...
Carl Lerche
2010-09-22
1
-29
/
+20
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Split ActionDispatch http in smaller chunks.
José Valim
2010-01-16
1
-0
/
+48