1. 01 Dec, 2016 4 commits
  2. 14 Nov, 2016 3 commits
  3. 11 Nov, 2016 1 commit
  4. 03 Nov, 2016 2 commits
  5. 14 Oct, 2016 1 commit
  6. 28 Sep, 2016 1 commit
  7. 13 Sep, 2016 1 commit
  8. 12 Sep, 2016 1 commit
  9. 05 Sep, 2016 1 commit
  10. 30 Aug, 2016 2 commits
  11. 28 Aug, 2016 4 commits
  12. 24 Aug, 2016 3 commits
  13. 23 Aug, 2016 3 commits
  14. 19 Aug, 2016 9 commits
  15. 17 Aug, 2016 1 commit
  16. 16 Aug, 2016 1 commit
  17. 03 Aug, 2016 1 commit
    • Support for readbyte in Paperclip attachments; better documentation of custom processors. · 90c80bb9
      I recently implemented a custom processor that used the Exifr gem to
      extract EXIF information from images uploaded to a Paperclip attachment.
      Exifr's processor uses readbyte to parse the EXIF header, so it hit
      errors when Paperclip's File-like object didn't have one. There's also a
      test for this delegation.
      
      I've also tidied up the README documentation for custom processors,
      hopefully to be more clear than before. There was some duplicated
      content between the "Post Processing" section and the "Custom Attachment
      Processing" section, and those sections were separated in the file. I've
      dedicated the "Post Processing" section to Paperclip's built in
      thumbnailing processors, and made "Custom Attachment Processing" section
      solely about writing & using your own custom processors. This should be
      a more understandable progression, as built-in functionality is
      discussed first & separately from extending Paperclip.k
      Alex Pounds committed
  18. 23 Jul, 2016 1 commit