1. 19 Dec, 2014 1 commit
  2. 12 Dec, 2014 2 commits
  3. 09 Dec, 2014 2 commits
  4. 08 Dec, 2014 3 commits
  5. 05 Dec, 2014 8 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 "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
    • 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
    • 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
  6. 14 Nov, 2014 1 commit
  7. 07 Nov, 2014 1 commit
  8. 24 Oct, 2014 2 commits
  9. 25 Sep, 2014 4 commits
  10. 22 Sep, 2014 1 commit
  11. 18 Sep, 2014 1 commit
  12. 15 Sep, 2014 6 commits
  13. 13 Sep, 2014 3 commits
  14. 12 Sep, 2014 4 commits
  15. 04 Sep, 2014 1 commit