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
ec4793ef
Commit
ec4793ef
authored
Jan 27, 2012
by
Mike Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 2.5.1
parent
bc6ed16b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletions
+21
-1
ChangeLog
+14
-0
NEWS
+6
-0
lib/paperclip/version.rb
+1
-1
No files found.
ChangeLog
0 → 100644
View file @
ec4793ef
2012-01-20 Jon Yurek <jyurek@thoughtbot.com>
* lib/paperclip/railtie.rb (insert): Hide ActiveRecord-specific stuff in
the Railtie
2012-01-18 Luke Griffiths <wlgriffiths@gmail.com>
* lib/paperclip/storage/s3.rb (self.extended),
test/storage/s3_live_test.rb, test/storage/s3_test.rb: Add S3 encryption
2012-01-16 Jeremy McNevin <jeremy.mcnevin@thedolancompany.com> and ralph <ralph@rvdh.de>
* lib/paperclip/storage/fog.rb (flush_writes), fog_test.rb: Pass the
content type to Fog.
NEWS
View file @
ec4793ef
New in 2.5.1:
* Feature: After we've computed the content type, pass it to Fog.
* Feature: S3 encryption with the new :s3_server_side_encryption option.
* Feature: Works without ActiveRecord, allowing for e.g. mongo backends.
New in 2.5.0:
* Performance: Only connect to S3 when absolutely needed.
...
...
lib/paperclip/version.rb
View file @
ec4793ef
module
Paperclip
VERSION
=
"2.5.
0
"
unless
defined?
Paperclip
::
VERSION
VERSION
=
"2.5.
1
"
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