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
/
test
/
dispatch
/
uploaded_file_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixes the suite for uploaded files
Xavier Noria
2012-09-23
1
-6
/
+6
|
*
Accept parameters in methods delegated to tempfile
Sergio Gil Pérez de la Manga
2012-09-22
1
-0
/
+6
|
*
Delegate ActionDispatch::Http::UploadedFile#close to tempfile
Sergio Gil Pérez de la Manga
2012-09-20
1
-0
/
+6
|
*
adds delegetion for eof? to AD::Http::UploadedFile
Jens Fahnenbruck
2012-03-27
1
-0
/
+6
|
|
|
|
|
if you want to read the file you may need to ask if there is something to read from
*
Refactor AD::UploadedFile, and raise sooner if tempfile is not present
Carlos Antonio da Silva
2012-03-06
1
-1
/
+1
|
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-5
/
+3
|
*
Use assert_equal instead of assert in uploaded file test.
Lukáš Konarovský
2011-06-15
1
-1
/
+1
|
*
all requests are utf-8. Don't use the external encoding.
Damien Mathieu
2011-06-14
1
-6
/
+1
|
*
encode the uploaded file's name in the default external encoding - Closes #869
Damien Mathieu
2011-06-14
1
-0
/
+12
|
*
delegating path and open to internal tempfile
Aaron Patterson
2010-11-18
1
-0
/
+12
|
*
only forwarding enough methods to work. People should grab the delegate ↵
Aaron Patterson
2010-10-04
1
-14
/
+8
|
|
|
|
tempfile if they really need to do hard work
*
making sure respond_to? works properly
Aaron Patterson
2010-10-04
1
-0
/
+15
|
*
raising an argument error if tempfile is not provided
Aaron Patterson
2010-10-04
1
-3
/
+9
|
*
delegate to the @tempfile instance variable
Aaron Patterson
2010-10-04
1
-0
/
+18
|
*
adding tests for uploaded file
Aaron Patterson
2010-10-04
1
-0
/
+25