- 09 Jul, 2012 1 commit
-
-
* Added test for checking if path gets interpolated correctly without passing :path or :url options * gsub default :rails_root filesystem-like path to nothing for Fog storage, just like in S3 Storage.
Michiel Sikkes committed
-
- 04 Jul, 2012 2 commits
-
-
`s3_protocol` now returns the protocol without a colon. If you need a colon, you can pass in `true` as a second argument. This might not be a best solution, so any better patch that does not introduce a regression is welcome. Fixes #921
Prem Sichanugrist committed -
* Add StyleTokenNotFound in Errors * Adjust tests to make sure :style present where not currently defined
Joel Oliveira committed
-
- 15 Jun, 2012 9 commits
-
-
Fixes #902
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Fixes #883
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Re-fix of #838, #766, #911
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Michiel Sikkes committed
-
IMPORTANT: There is a bug in the current release of Fog (1.3.1) that will return a broken expiring URL when the bucket name is valid for a subdomain. This is fixed per https://github.com/fog/fog/pull/857 but not released in the gem yet. I have added currently FAILING tests for these cases that should pass when a new Fog is released.
Michiel Sikkes committed -
Jon Yurek committed
-
- 18 May, 2012 1 commit
-
-
Gonzalo Rodriguez committed
-
- 04 May, 2012 2 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 17 Apr, 2012 4 commits
-
-
Prem Sichanugrist committed
-
Make sure that we close opened files after we're done with them.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Sebastien Guignot committed
-
- 30 Mar, 2012 3 commits
- 02 Mar, 2012 5 commits
-
-
Prem Sichanugrist committed
-
Fixes #738
beachbc committed -
Joshua Clayton committed
-
Joshua Clayton committed
-
This adds functionality to add additional params to the querystring for S3 expiring URLs. The reason for this is if you want to override response_content_type or response_content_disposition with expiring URLs, you have to change Amazon's signature, which gets signed before adding additional options to the querystring. Because it's added later, and because Amazon's signature includes the full URL, the signature is bad and the request fails. To use this feature: has_attached_file :avatar, :s3_url_options => { :response_content_disposition => "inline" } Additionally, you can pass a lambda and it'll be evaluated when the URL is generated. If, for example, the content type is incorrect in Amazon (either empty or application/octet-stream), you can effectively cast the response from Amazon as a particular content type. has_attached_file :avatar, :s3_url_options => lambda {|model| { :response_content_type => model.avatar_content_type } }
Joshua Clayton committed
-
- 01 Mar, 2012 1 commit
-
-
Jesse Cantara committed
-
- 17 Feb, 2012 1 commit
-
-
Fixes #743
Prem Sichanugrist committed
-
- 06 Feb, 2012 1 commit
-
-
Kelley Reynolds committed
-
- 27 Jan, 2012 2 commits
-
-
Fixes #703
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 20 Jan, 2012 3 commits
-
-
Benjamin Hüttinger committed
-
Benjamin Hüttinger committed
-
Benjamin Hüttinger committed
-
- 19 Jan, 2012 1 commit
-
-
Luke Griffiths committed
-
- 18 Jan, 2012 1 commit
-
-
Luke Griffiths committed
-
- 16 Jan, 2012 1 commit
-
-
ralph committed
-
- 09 Jan, 2012 1 commit
-
-
iltempo committed
-
- 13 Dec, 2011 1 commit
-
-
Christoph Lupprich committed
-