I followed the tutorial here and everything turned out nicely.. until I tried adding attr_accessible to the article model. Thanks in advance.
right now, in my model of an object I have: #paperclip has_attached_file :photo,:styles => { :thumb=> \"100x100#\",
I have two model User and UserAgent User has one UserAgent & UserAgent belongs to User And UserAgent using Paperclip to upload file to server
I have a head aching problem that I can\'t seem to find an easy solution to. I have a couple of models, each with an image attachment, that belongs to a user. I have made a very nice ajax file upload
I\'ve been having some troubles making custom Interpolati开发者_JAVA技巧on, gone through every example I could find on web, but no matter what I did, had no success.
I installed paperclip and use it to handle photo attachment. I have a simple for开发者_运维知识库m where i can upload photo\'s works perfect by the way.. But i want to adjust the \"browse\" button, fo
Guys, I\'m having a problem with s3...I\'m trying to configure the s3 this way to work with the paperclip:
I have a model that uses paperclip like this: has_attached_file :avatar, :styles => { :large => \"100x100>\" , :medium => \"50x50>\", :small => \"20x20>\" },:default_url => \'
I have a Rails 3 app using Paperclip 2.3.8. I have the following specified in my model: validates_attachment_content_type :file,
I have a preview of attached image in my update form. The problem appears when user gets validation errors on attachment field. In this case image thumbnail url becomes as if 开发者_开发技巧an image w