1. 29 Aug, 2014 6 commits
  2. 26 Aug, 2014 1 commit
  3. 07 Aug, 2014 1 commit
  4. 04 Aug, 2014 1 commit
  5. 02 Aug, 2014 1 commit
  6. 30 Jul, 2014 1 commit
  7. 16 Jul, 2014 1 commit
    • Describe workaround for false spoofing errors · a85cbe0b
      As described in issue #1470, Paperclip can sometimes raise undesired spoofing errors when working with custom extensions. This adds an example workaround in the README using the public API of the mime-types library that will resolve this issue in a way compatible with Paperclip.
      Norman Clarke committed
  8. 08 Jul, 2014 9 commits
  9. 01 Jul, 2014 2 commits
  10. 27 Jun, 2014 1 commit
  11. 24 Jun, 2014 1 commit
  12. 23 Jun, 2014 1 commit
  13. 20 Jun, 2014 2 commits
  14. 17 Jun, 2014 2 commits
  15. 31 May, 2014 1 commit
  16. 30 May, 2014 2 commits
  17. 26 May, 2014 1 commit
    • Document how to cleanup after test runs · b2d9a1a9
      Adding an example for using Capybara/FactoryGirl to test attachments. I
      ran into an issue on my project where the files I was uploading in my
      test were getting saved multiple times, leading to hundreds of extra
      files before I caught it. I did a bunch of research and found this to be
      the most elegant solution (saving files in the testing environment to a
      custom location and then deleting that directory after the suite runs).
      I thought some clarification in the README would help people deal with
      the more easily in the future.
      Dustin Brown committed
  18. 16 May, 2014 6 commits