1. 17 Nov, 2015 1 commit
  2. 16 Nov, 2015 3 commits
  3. 12 Nov, 2015 1 commit
  4. 10 Nov, 2015 1 commit
  5. 23 Oct, 2015 1 commit
  6. 22 Oct, 2015 2 commits
  7. 21 Oct, 2015 2 commits
  8. 09 Oct, 2015 2 commits
    • Output shorter but still useful error message · 8339e0fc
      Before the error message was sometimes millions of characters long.
      
      > [paperclip] Content Type Spoof: Filename a.csv
      > (application/octet-stream from Headers,
      > [#<MIME::Type::Columnar:0x007f9f90f89fa8
      > @container=#<MIME::Types:0x007f9f90b09d98 ... snip millions of
      > characters of output here ...>], @content_type="text/csv",
      > @raw_media_type="text", @raw_sub_type="csv", @simplified="text/csv",
      > @i18n_key="text.csv", @media_type="text", @sub_type="csv",
      > @extensions=["csv"]>] from Extension), content type discovered from
      > file command: application/zip. See documentation to allow this
      > combination.
      
      Now becomes:
      
      > [paperclip] Content Type Spoof: Filename a.csv
      > (application/octet-stream from Headers,
      > ["text/comma-separated-values", "text/csv"] from Extension), content
      > type discovered from file command: application/zip. See documentation
      > to allow this combination.
      
      [fixes #2017]
      Andy Hartford committed
    • Merge pull request #2019 from kesha-antonov/master · 13ab8ae1
      update README.me: add missing 'end'
      Tute Costa committed
  9. 03 Oct, 2015 1 commit
  10. 15 Sep, 2015 1 commit
  11. 11 Sep, 2015 2 commits
    • Make specs run faster · 11090027
        $ rspec spec/paperclip/integration_spec.rb --profile 1
        Testing against version 4.1.7
        ..................................
      
        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
      
        $ rspec spec/paperclip/integration_spec.rb --profile 1
        Testing against version 4.1.7
        ..................................
      
        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
      
      Updates gemfiles to Ruby 2 hash syntax.
      
      [closes #1700]
      soramugi committed
    • Merge pull request #2000 from thoughtbot/tc-remove-jruby-and-rubinius · 3226ab4a
      Remove from Travis JRuby and Rubinius
      Tute Costa committed
  12. 10 Sep, 2015 4 commits
  13. 09 Sep, 2015 3 commits
  14. 05 Sep, 2015 1 commit
  15. 01 Sep, 2015 8 commits
  16. 27 Aug, 2015 4 commits
  17. 25 Aug, 2015 2 commits
  18. 24 Aug, 2015 1 commit