Closed aripollak closed 9 years ago
+1, we are seeing this too. Seems like this is a change that should be made to the matcher on Paperclip, not to delayed paperclip?
I should note that keeping delayed_paperclip at 2.6.1 and upgrading paperclip to 4.2.0 still works at this point.
We're currently using the validate_attachment_size matcher in our tests, but after upgrading delayed_paperclip to 2.8.0 and paperclip 4.2.0, this no longer works for images that are not marked as
process_in_background
. It looks like this is related to the matcher settingpost_processing = false
.So if I had a model that just contained this, with the delayed_paperclip gem loaded:
and then tried to run this in a console:
I get this error: