1. 19 Aug, 2016 5 commits
  2. 17 Aug, 2016 1 commit
  3. 16 Aug, 2016 1 commit
  4. 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
  5. 23 Jul, 2016 2 commits
  6. 09 Jul, 2016 1 commit
  7. 08 Jul, 2016 1 commit
    • Update accepted server_side_encryption value (#2243) · dfd5b9af
      AWS no longer accepts `:aes256` as an encryption value and will raise
      `Aws::S3::Errors::InvalidArgument` with the message `The encryption method
      specified is not supported`. It should instead be `"AES256"`.
      
      This commit makes no implementation change, but for those that use
      source code and tests as documentation, it should help prevent
      confusion.
      Nick Rivadeneira committed
  8. 01 Jul, 2016 3 commits
  9. 16 Jun, 2016 1 commit
  10. 14 Jun, 2016 3 commits
  11. 10 Jun, 2016 1 commit
  12. 24 May, 2016 4 commits
  13. 18 May, 2016 1 commit
  14. 10 May, 2016 6 commits
  15. 09 May, 2016 2 commits
  16. 06 May, 2016 1 commit
  17. 05 May, 2016 1 commit
  18. 30 Apr, 2016 5 commits