Tagged Questions
1
vote
1answer
393 views
Process imagemagick functions not working with Dragonfly::Processor
In my user model I want to resize the image on upload. I am storing the images on amazon s3. Everything worked great and the image displays, uploads, deletes, etc. until I tried to add the ...
3
votes
2answers
984 views
Dragonfly gem - default images?
I'm using Dragonfly and would like to have a default image that resizes in the same way present thumbnails do.
I currently have the following code, but when Dragonfly uses the fetch_file method, it ...