- 02 Dec, 2015 5 commits
-
-
Remove locales from main repository
Tute Costa committed -
Extract another repository only concerned with locales: https://github.com/thoughtbot/paperclip-i18n A user of paperclip might choose to add `paperclip-i18n` as a dependency for their application, or copy over the related locale file into their project. This is a first step in splitting some parts of the codebase into other projects. Simple and relevant contributions like new translations might get lost in the shuffle of dozens of PRs awaiting for approval, that take time to review and merge. Locales are a simple enough problem to be handled in an external repository, where tests for consistency across translations run in less than a second, and PRs can almost trivially be merged in.
Tute Costa committed -
Fix condition to include Schema, using 'ActiveRecord::Base' instead o…
Tute Costa committed -
Remove duplication by reusing existing method.
Tute Costa committed -
Andy Stewart committed
-
- 25 Nov, 2015 1 commit
-
-
See https://github.com/thoughtbot/paperclip/issues/1974 [closes #2064]
betesh committed
-
- 22 Nov, 2015 1 commit
-
-
v4.3.2 is a different tree than `master`, which is now targeting v5. Thank you both for this commit and merge, but I'll revert it: paperclip v4.3.2 doesn't include AWS v2 support. This reverts commit 9b33fc0a. [ci skip]
Tute Costa committed
-
- 21 Nov, 2015 1 commit
-
-
Airton Sampaio de Sobral committed
-
- 20 Nov, 2015 1 commit
-
-
Update README with version requirement for aws-sdk
Jon Yurek committed
-
- 19 Nov, 2015 4 commits
-
-
Thiago Borges committed
-
Fix merge problem with S3 storage
Tute Costa committed -
Dave Gynn committed
-
Includes memory usage adjustments. Conflicts: lib/paperclip/storage/s3.rb
Tute Costa committed
-
- 18 Nov, 2015 1 commit
-
-
Cache interpolator methods and reduce memory allocations - rebased on v4.3
Tute Costa committed
-
- 17 Nov, 2015 3 commits
-
-
Dave Gynn committed
-
something in aruba 0.10.x is breaking the cucumber specs
Dave Gynn committed -
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
-
- 15 Nov, 2015 8 commits
-
-
Tim Kennedy committed
-
Dave Gynn committed
-
the name string is used multiple times in interpolation so storing it reduces object creation
Dave Gynn committed -
Dave Gynn committed
-
this commit primarily uses frozen strings to reduce object creation during interpolation. the :basename method now uses File.basename(file, ".*") rather than a Regexp. basename may be called multiple times.
Dave Gynn committed -
by using the attachment name (symbol) and Class as keys we reduce the number of Strings created before hitting the cache
Dave Gynn committed -
Dave Gynn committed
-
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 1 commit
-
-
$ 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
-