CarrierWave RMagick - How do I cause manipulate! to be called?
问题 Greetings wise people, I am trying to use MiniMagick with CarrierWave in Rails 3 to resize and store an image according to the instructions here: http://carrierwave.rubyforge.org/rdoc/classes/CarrierWave/MiniMagick.html I can upload images with no processing. The image is uploaded and I can see it in the directory and the application. But when I try to perform processing on the image, the block inside manipulate! method is never being called. Do you know how I can solve this? I have the