1. 24 Mar, 2021 1 commit
  2. 09 Mar, 2018 2 commits
  3. 18 Oct, 2017 1 commit
  4. 01 Dec, 2016 1 commit
  5. 28 Aug, 2016 1 commit
  6. 10 May, 2016 1 commit
  7. 23 Mar, 2016 3 commits
  8. 04 Jan, 2016 1 commit
  9. 02 Jan, 2016 1 commit
  10. 17 Nov, 2015 2 commits
  11. 16 Nov, 2015 2 commits
  12. 01 Sep, 2015 1 commit
  13. 24 Aug, 2015 1 commit
  14. 20 Aug, 2015 2 commits
  15. 18 Jun, 2015 1 commit
    • Rollback backwards incompatible change · 19f97f07
      We upgraded the minimum required Ruby version to not include end-of-life
      Rubies, but forgot to take into account that it's a backwards
      incompatible change.
      
      In this commit we rollback that change, allowing paperclip ~> 4.2.4 to
      run on 1.9.2 again.
      
      [fixes #1902]
      Tute Costa committed
  16. 13 Jun, 2015 1 commit
  17. 12 Jun, 2015 1 commit
  18. 05 Jun, 2015 1 commit
  19. 26 Apr, 2015 1 commit
    • Prefer the mimemagic gem for content type detection · 2a0274d1
      Prioritize MimeMagic over the `file` binary for content type detection
      when it finds a match. Fall back to `file` if MimeMagic can't match
      anything.
      
      `file` incorrectly detects Open Office XML files (e.g., xlsx, docx) as
      zip since they're implemented as zipped archives of xml files. MimeMagic
      detects them properly.
      Stephen Pike committed
  20. 24 Apr, 2015 1 commit
  21. 24 Mar, 2015 1 commit
  22. 13 Mar, 2015 1 commit
  23. 06 Feb, 2015 1 commit
  24. 09 Dec, 2014 1 commit
    • Update cocaine dependency · 0f7380b3
      Cocaine changes how it returns the supplied path in 0.5.5. While this
      has no effect on the workings of Paperclip in a normal capacity, it does
      break the tests. This change fixes that and updates the cocaine
      dependency to 0.5.5.
      Jon Yurek committed
  25. 05 Dec, 2014 4 commits
    • Revert "Fast to slowly spec" · d02b2fcd
      This reverts commit ae3ec237.
      Jon Yurek committed
    • Revert "remove whitespace, not main gemspec" · 3601cc6b
      This reverts commit 8d70c198.
      Jon Yurek committed
    • Fast to slowly spec · ae3ec237
      ```
       paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1
      Testing against version 4.1.7
      .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
      .........
      
      Finished in 15.19 seconds (files took 0.60155 seconds to load)
      34 examples, 0 failures
      
      Top 1 slowest examples (9.54 seconds, 62.8% of total time):
        Paperclip Many models at once does not exceed the open file limit
          9.54 seconds ./spec/paperclip/integration_spec.rb:18
      ```
      
      to
      
      ```
       paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1
      Testing against version 4.1.7
      .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
      .........
      
      Finished in 10.95 seconds (files took 0.59585 seconds to load)
      34 examples, 0 failures
      
      Top 1 slowest examples (5.33 seconds, 48.7% of total time):
        Paperclip Many models at once does not exceed the open file limit
          5.33 seconds ./spec/paperclip/integration_spec.rb:18
      ```
      
      at trim indent
      soramugi committed
  26. 15 May, 2014 1 commit
  27. 11 Mar, 2014 1 commit
    • Convert all of the tests from test/unit to RSpec · 1f3a7467
      This is a big one.
      
      This change converts all of the existing tests from test/unit to RSpec.
      It's been a long time coming, and was specifically prompted by the
      inability of minitest to work with Appraisal across the various Rails
      versions. Instead of ironing out that headache, converting to RSpec was
      preferable (after initial probing).
      
      Many assertions are still assertions and are housed in the Assertions
      module, but they should be converted as they get touched. Similarly,
      since we're touching all the tests/specs, we convert all the hashes from
      1.8 syntax to 1.9 syntax.
      Jon Yurek committed
  28. 15 Jan, 2014 1 commit
  29. 22 Oct, 2013 1 commit
  30. 08 Oct, 2013 1 commit
  31. 14 Aug, 2013 1 commit