1. 30 Aug, 2016 1 commit
  2. 28 Aug, 2016 1 commit
  3. 23 Mar, 2016 1 commit
  4. 13 Jan, 2016 1 commit
    • Modify the Gemfile for testing with mime-types 3 · f0bd25ad
      -   Also modify the appraisals to be more flexibly specified.
      -   The specs are '>= 1.16' and '< 4.0' because the major versions of
          mime-types have steadily restricted the supported versions of Ruby at a
          different rate than Rails. The Appraisal for Rails 5 can be specified as
          either '>= 2.0, '< 4.0' or '~> 3.0' depending on how other gems restrict
          mime-types versions.
      
          -   mime-types 1.x supports any version of Ruby, but no longer receives any
              updates (it hit EOL on 27 October 2015).
          -   mime-types 2.x supports Ruby >= 1.9.2, but will only receive security
              and data updates until 21 November 2017.
          -   mime-types 3.x supports Ruby >= 2.0 and is the active development
              version of mime-types.
      
      -   The APIs that paperclip uses are compatible between all three versions of
          mime-types.
      Austin Ziegler committed
  5. 22 Dec, 2015 2 commits
  6. 01 Sep, 2015 1 commit
  7. 20 Aug, 2015 1 commit
  8. 29 Jul, 2015 1 commit
    • Address spec deprecation warnings and failures · c783b1fc
      * update aruba methods for in_current_dir and check_file_presence
      * switch rspec syntax from should to expect
      * configure raise_in_transactional_callbacks if AR >= 4.2
      * remove paperclip itself from Appraisal
      This also updates Travis to use the default bundler (to enable caching) and to build primary rubies first
      Dave Gynn committed
  9. 13 Jun, 2015 1 commit
  10. 05 Jun, 2015 1 commit
  11. 17 Apr, 2015 1 commit
  12. 08 Dec, 2014 1 commit
  13. 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
  14. 14 Feb, 2014 1 commit
  15. 30 Oct, 2013 1 commit
  16. 31 Jul, 2013 1 commit
  17. 24 May, 2013 1 commit
  18. 15 Mar, 2013 1 commit
  19. 15 Jun, 2012 1 commit
  20. 05 Jun, 2012 1 commit
  21. 18 May, 2012 1 commit
  22. 23 Mar, 2012 1 commit
  23. 17 Feb, 2012 1 commit
  24. 07 Sep, 2011 1 commit
  25. 03 Sep, 2011 1 commit
  26. 05 Aug, 2011 1 commit
  27. 22 Jul, 2011 1 commit
  28. 23 May, 2011 1 commit
  29. 22 Nov, 2010 1 commit