Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 tempf... | Aaron Patterson | 2010-10-04 | 1 | -14/+8 |
* | 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 |