- 29 Jan, 2014 1 commit
-
-
Jon Yurek committed
-
- 24 Jan, 2014 1 commit
-
-
Jon Yurek committed
-
- 10 Jan, 2014 1 commit
-
-
Jon Yurek committed
-
- 08 Jan, 2014 1 commit
-
-
This option was added to `has_attached_file` some time ago, see https://github.com/thoughtbot/paperclip/commit/65e8d4f6de50732d8e1b.
John Grimes committed
-
- 03 Jan, 2014 2 commits
-
-
AbstractAdapter wasn't delegating `binmode` or `binmode?` to the underlying @tempfile object. `binmode` is useful for cases where the Adapter object gets handed on to another library expecting an `IO` object holding image data. We ran into this with Prawn and people using `prawnto` in conjunction with Paperclip. Prawn wants to ensure the `IO` is in binmode for embedding the image data.
Matt Patterson committed -
Jon Yurek committed
-
- 02 Jan, 2014 3 commits
-
-
Use hexdigest to ensure that tempfile names will be a reasonable length. Remove illegal filename characters check since it is no longer relevant when doing a hexdigest on the filename
Dan Dockery committed -
Jon Yurek committed
-
When using S3 for storage, their data consistency model makes the current behaviour of Attachment#reprocess! unreliable. Apparently, Amazon can not guarantee that PUT's called after DELETE's is actually executed in that order. Hence, I propose preserving files, when doing a reprocces.
Anders Lemke committed
-
- 20 Dec, 2013 4 commits
-
-
brad dunbar committed
-
Alex Tambellini committed
-
Scott Carleton committed
-
This ensures that multiline strings are properly matched in their entirety.
Dan Collis-Puro committed
-
- 13 Dec, 2013 1 commit
-
-
Henry Turner committed
-
- 10 Dec, 2013 1 commit
-
-
Gordan Grasarevic committed
-
- 15 Nov, 2013 2 commits
-
-
Jon Yurek committed
-
Scott Carleton committed
-
- 08 Nov, 2013 1 commit
-
-
Sjoerd Andringa committed
-
- 01 Nov, 2013 2 commits
- 30 Oct, 2013 1 commit
-
-
gmarik committed
-
- 22 Oct, 2013 1 commit
-
-
Jon Yurek committed
-
- 05 Sep, 2013 1 commit
-
-
Bryan Ricker committed
-
- 28 Aug, 2013 1 commit
-
-
Base64 encoded data-uris can contain newlines, make sure we handle them correctly.
Dan Collis-Puro committed
-
- 16 Aug, 2013 2 commits
-
-
Jon Yurek committed
-
William Ross committed
-
- 09 Aug, 2013 1 commit
-
-
Content Type errors were incorrectly being set as an array on the base attribute rather than being set individually as strings.
Dan Collis-Puro committed
-
- 31 Jul, 2013 2 commits
-
-
Jon Yurek committed
-
Copying attribute validation failures up to the root object breaks the validate_attachment_presence_matcher when other paperclip validations have failed. This fixes this bug.
Dan Collis-Puro committed
-
- 30 Jul, 2013 5 commits
-
-
Jon Yurek committed
-
Zach Millman committed
-
Zach Millman committed
-
Also refactored to make the strategy hierarchy clearer
Zach Millman committed -
and memoize type_from_file_command
Zach Millman committed
-
- 29 Jul, 2013 2 commits
- 23 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 19 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 18 Jul, 2013 2 commits
-
-
Jon Yurek committed
-
Marco Otte-Witte committed
-