- 30 Apr, 2016 1 commit
-
-
change 'show view' to 'view helpers'
jmsoper committed
-
- 12 Apr, 2016 1 commit
-
-
Update NEWS. [ci skip]
Tute Costa committed
-
- 30 Mar, 2016 1 commit
-
-
`Paperclip::Storage::Fog#host_name_for_directory` assumes a String-like object is set and doesn't check if `@options[:fog_directory]` is callable, while `Paperclip::Storage::Fog#directory` does. This extracts a new method with the condition and refactors the other two methods to call it. Fixes #2018, #2093.
Thomas Ingram committed
-
- 23 Mar, 2016 2 commits
-
-
Update NEWS. [fixes #2134] [ci skip]
ycohn committed -
We found that uploading large files to S3 would result in a socket error ("connection reset by peer") occasionally and lately much more consistently. In researching this I saw that many people got this error when uploading too large of a file without multipart chunking. I would have assumed fog did this automatically but the default chunk size may be too high. In order to address this I wanted to drop the chunk size to 100MB. Rather than hard-code this I opted to expose a `fog_option` configuration option that lets me pass any additional options I want to the fog's `#create` call. This is similar to the `fog_attributes` option implemented in CarrierWave which [addresses the same problem](http://stackoverflow.com/a/11867978/201911). We've been running this now for a week in production and it seems to resolve the issue. https://github.com/thoughtbot/paperclip/pull/2135
Jeremy Wadsack committed
-
- 12 Mar, 2016 1 commit
-
-
Related with https://github.com/thoughtbot/paperclip/issues/2122 [ci skip]
Tute Costa committed
-
- 26 Feb, 2016 1 commit
-
- 21 Oct, 2015 1 commit
-
-
[ci skip]
Tute Costa committed
-
- 10 Sep, 2015 1 commit
-
-
Removes note for running paperclip in EOL'd version of Rails (2.3).
Tute Costa committed
-
- 24 Aug, 2015 1 commit
-
-
[closes #1966]
Isaac Betesh committed
-
- 18 Jun, 2015 1 commit
-
-
[ci skip]
Tute Costa committed
-
- 17 Jun, 2015 1 commit
-
-
[ci skip]
Tute Costa committed
-
- 05 Jun, 2015 2 commits
-
-
For the full details of what is included in this release, check out NEWS. [fixes #1875]
maclover7 committed -
Thanks to MORI Shingo of DeNA Co., Ltd. for reporting this. There is an issue where if an HTML file is uploaded with a .html extension, but the content type is listed as being `image/jpeg`, this will bypass a validation checking for images. But it will also pass the spoof check, because a file named .html and containing actual HTML passes the spoof check. This change makes it so that we also check the supplied content type. So even if the file contains HTML and ends with .html, it doesn't match the content type of `image/jpeg` and so it fails.
Jon Yurek committed
-
- 23 Dec, 2014 1 commit
-
-
typo! :nails:
Aditya Sanghi committed
-
- 09 Dec, 2014 1 commit
-
-
Jon Yurek committed
-
- 08 Jul, 2014 1 commit
-
-
Jon Yurek committed
-
- 22 Feb, 2014 1 commit
-
-
Joe Lencioni committed
-
- 21 Feb, 2014 1 commit
-
-
Jon Yurek committed
-
- 07 Feb, 2014 2 commits
-
-
Jon Yurek committed
-
Adam Bowen committed
-
- 31 Jan, 2014 1 commit
-
-
Jon Yurek committed
-
- 24 Jan, 2014 2 commits
- 22 Oct, 2013 1 commit
-
-
Jon Yurek committed
-
- 31 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 19 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 17 May, 2013 1 commit
-
-
Jon Yurek committed
-
- 22 Feb, 2013 1 commit
-
-
Jon Yurek committed
-
- 27 Nov, 2012 1 commit
-
-
Jon Yurek committed
-
- 31 Oct, 2012 1 commit
-
-
Jon Yurek committed
-
- 14 Sep, 2012 1 commit
-
-
Agis Anastasopoulos committed
-
- 07 Sep, 2012 1 commit
-
-
* Bug fix: Use the new correct Amazon S3 encryption header. * Bug fix: The rake task respects the updated_at column. * Bug fix: Strip newline from content type. * Feature: Fog file visibility can be specified per style. * Feature: Autonatically rotate images. * Feature: Reduce class-oriented programming of the attachment definitions.
Mike Burns committed
-
- 21 Jul, 2012 1 commit
-
-
Happy pi release! 3.141592653589793238462643383279 5028841971693993751058209749445923 07816406286208998628034825342117067 9821 48086 5132 823 06647 09384 46 09550 58223 17 25359 4081 2848 1117 4502 8410 2701 9385 21105 55964 46229 48954 9303 81964 4288 10975 66593 34461 284756 48233 78678 31652 71 2019091 456485 66 9234603 48610454326648 2133936 0726024914127 3724587 00660631558 817488 152092096
Prem Sichanugrist committed
-
- 13 Jul, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 18 Jun, 2012 1 commit
-
-
Also, 3.1.0 and 3.1.1 will be yanked because of the regression.
Prem Sichanugrist committed
-
- 16 Jun, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 15 Jun, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 05 May, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 04 May, 2012 1 commit
-
-
This should fix the problem on animated file detection. Fixes #851
Prem Sichanugrist committed
-