Sha256: ad2c759b1a30910905bcea9dc0927067be6eae2fd87b775a12cdaa04ed5349d3

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

2012-01-27  Prem Sichanugrist <psichanugrist@thoughtbot.com>

* Introducing `:restricted_characters` in Paperclip::Attachment.default_options
  so people can override their blacklist characters by override that setting.

* Paperclip will now replace all the special characters in the filename to an
  underscore. This is a more desired behavior against having to deal with URL
  escaping and unescaping later. You can see the list of blacklist characters
  in `lib/paperclip/attachment.rb`

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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paperclip-2.5.2 ChangeLog