Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
071c9387
Commit
071c9387
authored
Jan 13, 2012
by
Mike Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 2.5.0
parent
3fd4c96b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
8 deletions
+31
-8
Gemfile.lock
+7
-7
NEWS
+23
-0
lib/paperclip/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
071c9387
PATH
remote: .
specs:
paperclip (2.
4.5
)
paperclip (2.
5.0
)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
...
...
@@ -10,16 +10,16 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.
2
)
activesupport (= 3.1.
2
)
activemodel (3.1.
3
)
activesupport (= 3.1.
3
)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.
2
)
activemodel (= 3.1.
2
)
activesupport (= 3.1.
2
)
activerecord (3.1.
3
)
activemodel (= 3.1.
3
)
activesupport (= 3.1.
3
)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activesupport (3.1.
2
)
activesupport (3.1.
3
)
multi_json (~> 1.0)
appraisal (0.4.0)
bundler
...
...
NEWS
0 → 100644
View file @
071c9387
New in 2.5.0:
* Performance: Only connect to S3 when absolutely needed.
* Bug fix: STI with cached classes respect new options.
* Bug fix: conditional validations broke, and now work again.
* Feature: URL generation is now parameterized and can be changed with plugins or custom code.
* Feature: :convert_options and :source_file_options to control the ImageMagick processing.
* Performance: String geometry specifications now parse more quickly.
* Bug fix: Handle files with question marks in the filename.
* Bug fix: Don't raise an error when generating an expiring URL on an unassigned attachment.
* Bug fix: The rake task runs over all instances of an ActiveRecord model, ignoring default scopes.
* Feature: DB migration has_attached_file and drop_attached_file methods.
* Bug fix: Switch from AWS::S3 to AWS::SDK for the S3 backend.
* Bug fix: URL generator uses '?' in the URL unless it already appears and there is no prior '='.
* Bug fix: Always convert the content type to a string before stripping blanks.
* Feature: The :keep_old_files option preserves the files in storage even when the attachment is cleared or changed.
* Performance: Optimize Fog's public_url access by avoiding it when possible.
* Bug fix: Avoid a runtime error when generating the ID partition for an unsaved attachment.
* Performance: Do not calculate the fingerprint if it is never persisted.
* Bug fix: Process the :original style before all others, in case of a dependency.
* Feature: S3 headers can be set at runtime by passing a proc object as the value.
* Bug fix: Generating missing attachment styles for a model which has had its attachment changed should not raise.
* Bug fix: Do not collide with the built-in Ruby hashing method.
lib/paperclip/version.rb
View file @
071c9387
module
Paperclip
VERSION
=
"2.
4.5
"
unless
defined?
Paperclip
::
VERSION
VERSION
=
"2.
5.0
"
unless
defined?
Paperclip
::
VERSION
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment