1. 04 Apr, 2012 1 commit
    • Fix a problem with `Rack::Test::UploadedFile` · 7d845690
      In Rails, `ActionDispatch::Http::UploadedFile` has an accessor to access
      a `Tempfile` object. However, `Rack::Test::UploadedFile` does not
      provide that, but provinding the `#path` method instead. To be able to
      support both, we have to check for existance for `#tempfile` method,
      then fallback to `#path` method.
      
      Fixes #807
      Prem Sichanugrist committed
  2. 03 Apr, 2012 1 commit
  3. 30 Mar, 2012 12 commits
  4. 27 Mar, 2012 4 commits
  5. 26 Mar, 2012 2 commits
  6. 23 Mar, 2012 14 commits
  7. 18 Mar, 2012 1 commit
  8. 16 Mar, 2012 3 commits
  9. 12 Mar, 2012 2 commits