- 25 Apr, 2012 2 commits
-
-
Prem Sichanugrist committed
-
Fixes #843
Prem Sichanugrist committed
-
- 24 Apr, 2012 8 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Jon Yurek committed
-
Prem Sichanugrist committed
-
`aws-sdk` has been updated to support newer version of nokogiri, so we should loosen our dependency.
Prem Sichanugrist committed
-
- 23 Apr, 2012 1 commit
-
-
* Force column reset in Rails >= 3.1 * Reuse another helper method
Prem Sichanugrist committed
-
- 20 Apr, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 17 Apr, 2012 7 commits
-
-
ContentTypeValidator now honors the `:allow_nil` and `:allow_blank` option.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
This will ensure that the content type is a String. Fixes #805
Prem Sichanugrist committed -
Make sure that we close opened files after we're done with them.
Prem Sichanugrist committed -
AttachmentAdapter now handles this for us.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Sebastien Guignot committed
-
- 15 Apr, 2012 2 commits
-
-
Fix problem with incorrect content_type from `file` command
Prem Sichanugrist committed -
Kir Maximov committed
-
- 12 Apr, 2012 4 commits
-
-
Fixed a typo in README.md.
Prem Sichanugrist committed -
Preston Guillory committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 09 Apr, 2012 3 commits
-
-
mikong committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 07 Apr, 2012 4 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Remove init.rb since plugins were deprecated and we don't support Rails 2.3 anymore
Prem Sichanugrist committed -
2.3 anymore
Rafael Mendonça França committed
-
- 05 Apr, 2012 5 commits
-
-
Prem Sichanugrist committed
-
Fixes AWS::S3::Errors::RequestTimeout on Model#save
Prem Sichanugrist committed -
Philipp Brumm committed
-
Philipp Brumm committed
-
Philipp Brumm committed
-
- 04 Apr, 2012 3 commits
-
-
* Add failing test for case when no logger is specified * add fix for failing test * fix teardown of no logger test
Benjamin ter Kuile committed -
Prem Sichanugrist committed
-
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
-