1. 24 Apr, 2015 1 commit
  2. 17 Apr, 2015 1 commit
  3. 06 Jan, 2015 1 commit
    • Don't assume we have Rails.env if we have Rails · c46b40b9
      As referenced in #1739
      
      Just because the `Rails` constant is defined, it doesn't mean we're
      actually in a Rails app. Since there are people who use Paperclip
      outside of Rails, and there's no reason we shouldn't be able to run in
      those situations. This commit checks for `Rails.env` instead of just
      checking for `Rails` and assuming `Rails.env` works.
      Jon Yurek committed
  4. 08 Dec, 2014 1 commit
  5. 05 Dec, 2014 3 commits
    • Fog upgraded how expiring_urls are made · 3398282e
      Turns out that between fog 1.22.0 and fog 1.25.0, there was a change to
      how fog builds S3 expiring URLs. This changes to test to be the common
      point between the two versions. All we need to do here is make sure that
      the expiring URL is being constructed.
      
      In the process, this also updates all the appraisal-generated
      Gemfiles.
      
      Also, in the process, this meant I had to take away the builder version
      restriction. This was put in so that `bundle`ing wouldn't take forever,
      but I'm unsire whether this needed to happen with this version or if
      builder just needed to be separate from the Gemfile. I'm commimtting
      this and asking the people who reported the problem. If you don't see a
      revet commit, everything was fine.
      Jon Yurek committed
    • Revert "Fog upgraded how expiring_urls are made" · 68d777fb
      This reverts commit 8e0eb4ce.
      Jon Yurek committed
    • Fog upgraded how expiring_urls are made · 8e0eb4ce
      During the fixing of the previous commit, the tests broken. Turns out
      that between fog 1.22.0 and fog 1.25.0, there was a change to how fog
      builds S3 expiring URLs. This changes to test to be the common point
      between the two versions. All we need to do here is make sure that the
      expiring URL is being constructed.
      
      In the process, this also updates all the appraisal-generated Gemfiles.
      
      Also, in the process, this meant I had to take away the builder version
      restriction. This was put in so that `bundle`ing wouldn't take forever,
      but I'm unsire whether this needed to happen with this version or if
      builder just needed to be separate from the Gemfile. I'm commimtting
      this and asking the people who reported the problem. If you don't see a
      revet commit, everything was fine.
      Jon Yurek committed
  6. 11 Mar, 2014 3 commits
    • Changes to get rbx passing · 743e2e00
      First off, sqlite3 needs to be exactly v1.3.8.
      Need to make sure both racc and rubysl are in the Gemfiles.
      RBX's File.join doesn't like nil at all.
      RBX also doesn't like to remove a constant that doesn't exist yet.
      Jon Yurek committed
    • 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
  7. 21 Feb, 2014 1 commit
  8. 14 Feb, 2014 1 commit
  9. 24 Jan, 2014 1 commit
  10. 31 Jul, 2013 2 commits
  11. 15 Mar, 2013 1 commit
  12. 15 Jun, 2012 1 commit
  13. 05 Jun, 2012 1 commit
  14. 18 May, 2012 1 commit
  15. 23 Mar, 2012 2 commits
  16. 17 Feb, 2012 1 commit
  17. 12 Dec, 2011 1 commit
  18. 18 Nov, 2011 2 commits
  19. 12 Nov, 2011 1 commit
  20. 28 Oct, 2011 1 commit
  21. 10 Oct, 2011 1 commit
  22. 05 Oct, 2011 1 commit
  23. 30 Sep, 2011 1 commit
  24. 07 Sep, 2011 1 commit
  25. 03 Sep, 2011 2 commits
  26. 24 Aug, 2011 1 commit
  27. 23 Aug, 2011 1 commit
  28. 19 Aug, 2011 1 commit
  29. 05 Aug, 2011 3 commits
  30. 26 Jul, 2011 1 commit