- 22 Feb, 2013 1 commit
-
-
printercu committed
-
- 15 Feb, 2013 2 commits
- 08 Feb, 2013 2 commits
-
-
Since AWS-SDK 1.5.3 [1] the library automatically checks for credentials. This makes it unnecessary to supply credentials when they are present in environment variables or supplied via an IAM Instance Profile. [1] http://aws.amazon.com/releasenotes/Ruby/0304005114813505
Menno van der Sman committed -
Menno van der Sman committed
-
- 01 Feb, 2013 1 commit
-
-
The ":" is a special character in file paths passed to ImageMagick's "identify" command. Even though Cocaine (and everything else in paperclip) escapes special characters correctly, we need to strip it out of filenames to ensure identify (and probably other ImageMagick commands) can run correctly.
Dan Collis-Puro committed
-
- 25 Jan, 2013 1 commit
-
-
Jon Yurek committed
-
- 18 Jan, 2013 1 commit
-
-
Jon Yurek committed
-
- 21 Dec, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 10 Dec, 2012 1 commit
-
-
Jonathan Viney committed
-
- 07 Dec, 2012 6 commits
- 06 Dec, 2012 1 commit
-
-
Joost Elfering committed
-
- 05 Dec, 2012 2 commits
- 30 Nov, 2012 4 commits
-
-
Jon Yurek committed
-
Pavel Pravosud committed
-
Pavel Pravosud committed
-
- 27 Nov, 2012 1 commit
-
-
Geoffrey Hichborn committed
-
- 16 Nov, 2012 4 commits
- 03 Nov, 2012 1 commit
-
-
* Based on rfc2822's commit ed05dc6b85f52ad88a83bc18e1986f3b75176740.
Jon Yurek committed
-
- 02 Nov, 2012 8 commits
-
-
As per discussion in issue #660, attachments using alias interpolations for the attachment URL mistakenly get flagged as being duplicates, although the interpolation expands to a unique location. This commit (partially) addresses the issue by checking the attachment path instead. However, the problem will remain for users who use interpolations other than :class to distinguish attachment paths for different models.
Simon Coffey committed -
garethr committed
-
Jon Yurek committed
-
#expiring_url returns public_url when not using AWS to prevent exceptions when Fog Local is swapped for Fog AWS in development.
Geoff Harcourt committed -
simonjsmithuk committed
-
Janko Marohnić committed
-
djcp committed
-
This allows you to set custom file permissions on files created by Paperclip. Set the :override_file_permissions option to the octal file permission you want - 0666 is the default. If you set :override_file_permissions to false, then we will skip the explicit chmod entirely. This makes filesystem storage a bit friendlier to filesystems that don't support unix file permissions.
Mathieu Lemoine committed
-
- 01 Nov, 2012 3 commits
-
-
Dave Donahue committed
-
The +as_json+ method enables Attachment objects to be rendered as JSON by Rails' JSON rendering framework. The Attachment object is not a native ActiveRecord attribute, but it can be accessed via the +:methods+ option provided to the +to_json+ method.
Ehren Kret committed -
Jon Yurek committed
-