I'm trying to enable image uploads for a model in my Rails app. I'm using the CarrierWave gem, but in order to do any image manipulation like thumbnail resizing I must have Imagemagick installed on the actual computer for use with the Rmagick gem.I'm trying to enable image uploads for a model