- 11 Sep, 2015 2 commits
-
-
$ 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 -
Remove from Travis JRuby and Rubinius
Tute Costa committed
-
- 10 Sep, 2015 4 commits
-
-
They are allowed to fail, and they consistently fail. They only add up time to our builds. If we wanted to keep them, they should be in the build matrix and run tests successfully.
Tute Costa committed -
Tute Costa committed
-
Removes note for running paperclip in EOL'd version of Rails (2.3).
Tute Costa committed -
Removes `column_type` and `column_options` so that it works well in both versions. Backcported from master, to release a patch version with this bugfix. [closes #1947]
Andrew Hubbs committed
-
- 09 Sep, 2015 3 commits
-
-
Mehmet Cetin committed
-
Mehmet Cetin committed
-
[fixes #1977]
Anshul Sharma committed
-
- 05 Sep, 2015 1 commit
-
-
Tute Costa committed
-
- 01 Sep, 2015 8 commits
-
-
Isaac Betesh committed
-
Isaac Betesh committed
-
Isaac Betesh committed
-
Isaac Betesh committed
-
Isaac Betesh committed
-
Isaac Betesh committed
-
README updated (for Debian-based Linux distros)
Jon Yurek committed -
Other Debian based distros add in Ubuntu installation line
Behnam Ahmad khan beigi committed
-
- 27 Aug, 2015 4 commits
-
-
Arjun Anand committed
-
Arjun Anand committed
-
Stefano B committed
-
Stefano B committed
-
- 25 Aug, 2015 2 commits
-
-
Test against Ruby 2.2.3 on Travis.
Jon Moss committed -
Gustavo Villa committed
-
- 24 Aug, 2015 5 commits
-
-
Removes `column_type` and `column_options` so that it works well in both versions. [closes #1947]
Andrew Hubbs committed -
This reverts commit f6f5ea1b.
Isaac Betesh committed -
[closes #1966]
Isaac Betesh committed -
[closes #1965]
Jon Moss committed -
[fixes #1967]
Tute Costa committed
-
- 21 Aug, 2015 2 commits
-
-
Tyler Willingham committed
- 20 Aug, 2015 9 commits
-
-
Jon Yurek committed
-
Isaac Betesh committed
-
Cucumber needs to tell FakeWeb the s3_domain_url path for uploading a file, and FakeWeb needs to return XML
Isaac Betesh committed -
Isaac Betesh committed
-
David Chen committed
-
David Chen committed
-
Isaac Betesh committed
-
Both v1 and v2 of the AWS Ruby SDK accept the string literal AES256, no need to differentiate. (thank you, @trevorrowe)
Isaac Betesh committed -
Further changes to Paperclip::Storage::S3 for choosing aws-sdk-v2 before aws-sdk-v1; use object.upload_file rather than object.put; implement v2 expiring_url method
David Chen committed
-