Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Releases: jrgifford/delayed_paperclip

Version 3.0

01 Aug 01:28
Compare
Choose a tag to compare

Thanks to @morgoth for making this happen. Due to his awesome consistent work on DP he's now a full fledged owner!

Most of the work for this release was from #184. This has many breaking changes because all non ActiveJob adapters have been removed. DelayedPaperclip will now only support ActiveJob going forward.

Preparing for Version 3

03 May 17:17
Compare
Choose a tag to compare

All commits in this release: jrgifford:v2.9.2...jrgifford:v2.10.0

Thanks to @morgoth for making this happen with #178

  • Deprecating all adapters other then ActiveJob
  • Preparing support for Rails 5
  • Minimum Rails version will be 4.2
  • Minimum Ruby version will be 2.0

Version 2.9.2

27 Apr 15:24
Compare
Choose a tag to compare

All version commits

  • Thanks @jimryan for spec fixes on split processing
  • Readme fixes from @cgunther, @andrelaszio, @leighhalliday
  • Moving on from #find thanks to @etagwerker
  • A much needed rewrite of UrlGenerator from @maxim
  • Removing alias_method_chain, adding active job testing, and adding the setting of queue name by @morgoth

Thanks to all the contributors!

Version 2.9.1

06 Feb 23:15
Compare
Choose a tag to compare

Fix for escaping timestamps. Fixes #126. Thanks @maxim

Version 2.9.0

23 Dec 05:05
Compare
Choose a tag to compare

Version 2.8.0

26 Jun 21:51
Compare
Choose a tag to compare

Version 2.7.1

28 Mar 16:56
Compare
Choose a tag to compare
  • Fix double save interfering with processing column

Version 2.7.0

19 Feb 22:00
Compare
Choose a tag to compare
  • Refactored Specs
  • Many Bug fixes
  • Handling Paperclip 3.5 and above
  • Make sure tmp files are being cleared
  • Split processing of styles, foreground and background. Allow styles already processed to be accessed

Thanks to @mrnugget, @maintux, @csaura, @neilco, @timbo, @vdaubry, @jebw, @jGRUBBS, @tdgs and of couse @jrgifford

Version 2.6.1

31 Jul 17:02
Compare
Choose a tag to compare
  • Wrote Unit tests
  • Rewrote Integration tests in rspec
  • Paperclip 3.5 compatibility