The images sure are getting resized but not to the specified dimensions even though I have attached large images. For example, a \'791 X 1015\' image was resized like this
I have just upgraded to rails3 and when I installed my usual attachment_fu plugin failed.So I started googling it and although I did manage to find 开发者_StackOverflow中文版a rails3 version there see
开发者_开发技巧Is there a way to tell paperclip to skip saving attachments in certain cases?I\'m running some background tasks that update a model with paperclip files attached, and it re-saves those
I\'ve been playing around with using Paperclip to build a photo gallery/store. A Gallery has many Photos, and a Photo belongs to a Gallery, and Users can have many Galleries.The paperclip defaults do
I\'m following the following blog list below and I\'m having issues getting paperclip 2.3.6 to work correctly.Not quite for sure why I keep getting this error.I did a \'rails generate paperclip post_i
I\'ve been trying to get picnik to work with paperclip so I can resize and touch up images, however have had some difficulty so far.
Or am I thinking about this wrong?Basically, I want to be able to upload a zip file to a model, and after uploading I want to run a bunch of processes on it.It would be nice to be able to do this from
I need to be able to delete files from S3 that are stored by users, such as profile photos. Just calling @user.logo.destroy doesn\'t seem to do the trick - I get [paperclip] Saving attachments. in the
I am using Paperclip (w/ Amazon s3) on Rails 3. I want to delete an existing attachment without replacing it using an update action.
I have uploaded a file on s3 using paperclip.. the file upload process works fine.. Now i wanted to download it. In my model i have set my :s3_host_alias.. now as the file is private.. so if i am tryi