Two models. Assets- used to upload files with paperclip. class AddAttachmentsPhotoToAsset < ActiveRecord::Migration
I followed this tutorial exactly and received the following error after trying to upload a JPG to my local environment (I have not pushed to Heroku yet):
I followed a tutorial on how to add multiple paperclip uploads for a record using nested attributes which seemed to work fine however I now have a problem where I can\'t edit any existing records or a
I am storing all the images in amazon S3 at the client side i don\'t want to show the amazon s3 urls for that i wrote attachments_controller with the following method
I am using the aws-s3 & paperclip gems to upload images from my Rails app. The images always get uploaded correctly, and 99% of the images can be viewed fine from my web-app.
I\'m using Paperclip to save pictures in my Rails application: User model: class User < ActiveRecord::Base
I\'ve got a table of venues, where each record has many images uploaded using paperclip into another table of venuephotos. Currently all the photos are displayed on the venues show page using:
I\'m very new to programming and have followed this screencast at emersonlackey.com on adding multiple paperclip uploads for a record. It all works great but I can\'t figure out how to display the upl
I\'m inexperienced with Rails, so I may be overlooking something basic, but I\'m following the Paperclip wiki\'s documentation for adding image attachments and after modifying the related files as ind
How can restrict/ validat开发者_运维技巧e paperclip for uploading image with fixed dimentions.