- 13 Jan, 2016 2 commits
-
-
- Also modify the appraisals to be more flexibly specified. - The specs are '>= 1.16' and '< 4.0' because the major versions of mime-types have steadily restricted the supported versions of Ruby at a different rate than Rails. The Appraisal for Rails 5 can be specified as either '>= 2.0, '< 4.0' or '~> 3.0' depending on how other gems restrict mime-types versions. - mime-types 1.x supports any version of Ruby, but no longer receives any updates (it hit EOL on 27 October 2015). - mime-types 2.x supports Ruby >= 1.9.2, but will only receive security and data updates until 21 November 2017. - mime-types 3.x supports Ruby >= 2.0 and is the active development version of mime-types. - The APIs that paperclip uses are compatible between all three versions of mime-types.
Austin Ziegler committed -
Relax mimemagic version constraint to ~> 0.3.0
Jon Moss committed
-
- 04 Jan, 2016 1 commit
-
-
Jared Beck committed
-
- 03 Jan, 2016 4 commits
-
-
Updated copyright notices to 2016 [ci skip]
Jon Moss committed -
Atul Bhosale committed
-
Remove unused vars `column_(type|options)` from `remove_attachment` method
Jon Moss committed -
Replace File.exists? with File.exist? in paperclip.gemspec
Jon Moss committed
-
- 02 Jan, 2016 2 commits
-
-
File.exists? is deprecated and produces unecessary warning.
Marek L committed -
These variables were introduced in: https://github.com/thoughtbot/paperclip/commit/6ea7c26512434a but their usage were canceled in: https://github.com/thoughtbot/paperclip/commit/c740fb171fe
Marek L committed
-
- 23 Dec, 2015 1 commit
-
-
Remove AWS v1 support
Tute Costa committed
-
- 22 Dec, 2015 4 commits
-
-
Tute Costa committed
-
TODO: Simpify lib/paperclip/storage/s3.rb See: * https://github.com/thoughtbot/paperclip/issues/2049
Tute Costa committed -
Removes Rails 3.2 and 4.1 support
Tute Costa committed -
In preparation for Rails 5, which, when it is released, will make Rails 3.2 and 4.1 unsupported. See: * http://weblog.rubyonrails.org/2015/12/18/Rails-5-0-beta1/ * https://github.com/thoughtbot/paperclip/issues/2049
Tute Costa committed
-
- 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 6 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
-