I have a form for a model which has many photos and it all works fine thru the form u开发者_如何学运维sing the nested_attributes feature in the places model.
I have some problems trying to custom the :path and :url options for has_attached_file with paperclip:
I\'ve got a model that uploads both images and pdfs to Amazon S3 - the images work, the pdfs don\'t. This is what my model looks like:
my app lives on heroku, and I have recently made some changes to the architecture.specifically the size of the images in users profiles has changed. like so:
Any Paperclip wizards out there know if you can when u开发者_JS百科sing Paperclip to save an image, also save the image dimensions (width and height) in 2 extra fields? How do you get such data during
I\'m using Paperclip and s3 to upload a simple Image file on article. I\'ve browse all these tutorials explaining on how to actually make a delayed job, for the images, but i feel that they\'re too ol
At the RMagick repo on Github, a message was uploaded yesterday saying the main author cannot continue to maintain the project, and is looking for new people to take over. (I would certainly crash it
I\'m trying to upload to a portfolio app I\'ve built, specifically trying to find where to hook delayed_job into the process. It all works otherwise. Right now it returns undefined method \'call\' for
I am trying I have a simple one-to-many association. I am trying to update photos that belong to an album through a nested form:
Please suggest me a way to save an imag开发者_运维技巧e from an URL by Paperclip.In Paperclip 3.1.4 it\'s become even simpler.