I am creati开发者_运维技巧ng a rails app that lets an administrator upload photos that are optionally publicly displayed.For the upload / storage process I am using the Carrierwave gem along with the
I have an CarrierWave ImageUploader which creates a couple of versions of an original image that need to be cropped based on values in my model (crop_x, crop_y, crop_w, and crop_h).
So I get this error when I click submit with the Carrierwave attachment. enter code here undefined local variable or method `charle\' for #<#<Class:0x25134a0>:0x2512668>
How would you install carrierwave and mysql together, I can\'t find anything in the documentation.The only way I can see is to install paperclip, then migrate to carrierwave.
this is a tricky one, I hope someone can help me. I have a article_set, which has many set_items, each set item has an image.
So when I get the image upload, the show page confirms that the registration was successful, but does not show the image. I get:
I am resurrecting a question that was already asked, but does not have an actual answer. I would like to automatically add simple drop shadows to images I upload using CarrierWave. It doesn\'t matter
I have Rails 3 Carrierwave 0.5.4 //app/uploaders/fasta_uploader.rb class FastaUploader < CarrierWave::Uploader::Base
I\'m using the carrierwave gem to upload files. I have built a system for users to flag images as inappropriate and for admins to remove the images. From what I can tell, calling destroy on the image
Now I\'m using CarrierWave for upload photos to my site. The problem is that when I open photos/upload (upload.html.erb) show me this error: