- 17 Nov, 2015 1 commit
-
-
Inspected by https://github.com/dkhamsing/frankenstein [ci skip]
Tute Costa committed
-
- 16 Nov, 2015 3 commits
-
-
Resolve broken CI tests due to upstream gem changes
Tute Costa committed -
Dave Gynn committed
-
something in aruba 0.10.x is breaking the cucumber specs
Dave Gynn committed
-
- 12 Nov, 2015 1 commit
-
-
Alex Gusev committed
-
- 10 Nov, 2015 1 commit
-
-
Andy Stewart committed
-
- 23 Oct, 2015 1 commit
-
-
* Regression fix * Add specs for intermediate_files var in Paperclip::Attachment [fixes #1908]
Tieg Zaharia committed
-
- 22 Oct, 2015 2 commits
-
-
Fixed typos
Jon Moss committed -
added the comma in line 54
Lemuel Ambie-Barango committed
-
- 21 Oct, 2015 2 commits
-
-
Add context from: https://github.com/thoughtbot/paperclip/issues/2021 [ci skip]
Tute Costa committed -
[ci skip]
Tute Costa committed
-
- 09 Oct, 2015 2 commits
-
-
Before the error message was sometimes millions of characters long. > [paperclip] Content Type Spoof: Filename a.csv > (application/octet-stream from Headers, > [#<MIME::Type::Columnar:0x007f9f90f89fa8 > @container=#<MIME::Types:0x007f9f90b09d98 ... snip millions of > characters of output here ...>], @content_type="text/csv", > @raw_media_type="text", @raw_sub_type="csv", @simplified="text/csv", > @i18n_key="text.csv", @media_type="text", @sub_type="csv", > @extensions=["csv"]>] from Extension), content type discovered from > file command: application/zip. See documentation to allow this > combination. Now becomes: > [paperclip] Content Type Spoof: Filename a.csv > (application/octet-stream from Headers, > ["text/comma-separated-values", "text/csv"] from Extension), content > type discovered from file command: application/zip. See documentation > to allow this combination. [fixes #2017]
Andy Hartford committed -
update README.me: add missing 'end'
Tute Costa committed
-
- 03 Oct, 2015 1 commit
-
-
Kesha Antonov committed
-
- 15 Sep, 2015 1 commit
-
-
Paperclip works well with aws-sdk 1 and 2, and we default to 2. [ci skip]
Tute Costa committed
-
- 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 1 commit
-
-
Removes `column_type` and `column_options` so that it works well in both versions. [closes #1947]
Andrew Hubbs committed
-