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