1. 09 Oct, 2015 1 commit
  2. 03 Oct, 2015 1 commit
  3. 15 Sep, 2015 1 commit
  4. 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
  5. 10 Sep, 2015 4 commits
  6. 09 Sep, 2015 3 commits
  7. 05 Sep, 2015 1 commit
  8. 01 Sep, 2015 8 commits
  9. 27 Aug, 2015 4 commits
  10. 25 Aug, 2015 2 commits
  11. 24 Aug, 2015 5 commits
  12. 21 Aug, 2015 2 commits
  13. 20 Aug, 2015 6 commits