- 16 Nov, 2012 1 commit
-
-
Jon Yurek committed
-
- 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 4 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
-
Alexander Ivanov committed
-
- 31 Oct, 2012 4 commits
-
-
This was previously fixed in pull request #539 but no spec was added at that time, and it has since been broken. I fixed it and added a spec.
Brian Morearty committed -
Pavel Pravosud committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 19 Oct, 2012 2 commits
- 12 Oct, 2012 1 commit
-
-
Jon Yurek committed
-
- 11 Oct, 2012 1 commit
-
-
darrenli committed
-
- 05 Oct, 2012 2 commits
- 28 Sep, 2012 2 commits
- 14 Sep, 2012 3 commits
-
-
Jon Yurek committed
-
Fixes #913
Matthew Schulkind committed -
Fixes #913.
Matthew Schulkind committed
-
- 07 Sep, 2012 3 commits
-
-
* 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 -
Alan Ho committed
-
Rack gets a newline at the end of the content_type in certain instances: 'image/jpeg\r' which causes S3 to be unable to accept the file. Fixes #817
Nathan Benes committed
-
- 24 Aug, 2012 1 commit
-
-
This adds a auto-orient option, which is enabled by default. I believe, most users expect their images to be rotated according to EXIF. The photo I've added to the fixtures was token by myself, I release it to the public domain.
Johannes Barre committed
-
- 17 Aug, 2012 5 commits
-
-
need to call save on the instance, otherwise we'll regenerate files with a new timestamp but the updated_at won't reflect that
Michael Reinsch committed -
Michael Reinsch committed
-
Michael Reinsch committed
-
Val committed
-
Jon Yurek committed
-
- 27 Jul, 2012 1 commit
-
-
Martin Streicher committed
-
- 26 Jul, 2012 1 commit
-
-
Martin Streicher committed
-