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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Aaron Patterson
2010-10-04
1
-5
/
+8
|
|
|
|
tempfile if they really need to do hard work
*
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 ↵
Carl Lerche
2010-09-22
1
-29
/
+20
|
|
|
|
method cache on every request containing a file upload.
*
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