I\'m working on a small gem that will extend the paperclips has_attached_file method. I need this gem to be loaded after paperclip.
Can\'t find out why I\'m getting this when trying to upload files with Mongoid and Paperclip. undefined method `metadata\' for #<ActionDispatch::Http::UploadedFile:0x10625e930>
By defaul开发者_Python百科t, the dpi of image after resizing done by paperclip is 72. I\'m looking to set the dpi 300 even after the paperclip resizes the original images into thumb, medium and large.
When using CKEditor + Paperclip on rails 3 I get this error message when uploading an image via the wysiwyg editor:
I have a rake task to load car\'s image from the table websites using paperclip. The image stored in database as a remote link.
I\'ve installed the paperclip gem for a Rails 3 开发者_运维问答application. Everything works fine in development mode. However, when running in production mode, if I upload a file and then try to down
I\'m getting an error when I try to upload a PDF to production server using paperclip: pdf is not recognized by the \'identify\' command
I 开发者_如何学JAVAam having trouble using the Ruby Gem paperclip. I followed the instructions in the ReadMe but I cannot seem to get it to actually load my images. Here is my edit form:
Before using paperclip with rails, I wrote my own upload script with which I uploaded a batch of images and assigned to their respective objects. But now i need to switch all the images tobe paperclip
I use rails 3 and paperclip plugin to attach files. I\'ve got two models: Order; OrderAttachment: belongs_to :order;