I\'m using Paperclip (2.3) to handle image uploads on a Rails 3.0.3 app running on Ubuntu. Paperclip is handling the uploads as advertised BUT the RackMultipart* files that are created in the applicat
I have paperclip in Rails (3) working with simple cropping, for example the blow code makes a simple crop of the thumbnail:
I\'m trying to use paperclip in rails and when I\'m doing the \"bundle install\" I\'m getting the followin开发者_开发百科g error:
I\'m writing unit test for a image uploader that uses paperclip. It\'s being bumpy and I was slowly moving thought the hurdles till I got stuck in the paperclip::geometry class
I\'ve been using delayed job for a while now w/o issue on my rails 3 heroku app. Then the other day it error\'d on all the jobs. Now I\'m stuck with the delayed job record with the last error but stuc
How can I find out more about that error? This is what\'s shown in the log: Processing TrendsController#update (for 127.0.0.1 at 2011-01-04 17:24:18) [PUT] Parameters: {\"commit\"=>\"Update\", \"
When a user edits something in my application, they\'re forced to re-upload their image via paperclip even if they aren\'t changing it. Failing to do so will cause an error, since I validate_presence_
I wanted to run the callback after_post_process but it doesn\'t seem to work in Rails 3.0.1 using Paperclip 2.3.8.It gives an error:
Given that I have a Listing model that has many images and each image has one attachment, how can I have the listing_id be part of the folder structure?
I\'m developing a project where I have an entity which may have two kinds of assets: Pictures and Videos, basically.