Background: I\'m using Rails 3.0.3, MySQL, and Ruby 1.9.2-p136. Gems relevant: gem \'rails\', \'3.0.3\'
The rails 3.0 app is on ubuntu server using apache/passenger. The user to deploy the开发者_如何学Python app is admin, it is also the user running the app (did not choose the name, admin has no root pr
I developed a gallery where images were uploaded by ajax (jquery ajax upload), and then processed by paperclip.
I\'m using Ruby on Rails 3 deployed at heroku. Now I have working fine a multiple image attachment using paperclip and amazon s3 for storage. But, when I submit the form, I have to wait too long time.
I would like to use paperclip to upload files. With the basic out of the box settings, I was able to get the file uploaded to the default directory (something in public/systems...) However when I trie
My Ruby on Rails application uses S3 and Paperclip.I have users upload a text file, which works fine.I also want to allow them to edit the text file and resave it... this is where I\'m confused.Since
I am trying to delete a few things before the actual delete of the object occurs. (I am using paperclip)
I\'ve set up paperclip in rails and everything is working hunky-dory (i actually had to google that...:).
Product has_many :assets Asset belongs_to :product Asset has_attached_file :photo using Paperclip (with all your standard Paperclip options; a few styles, S3 storage).
I have what i imagine is a fairly common setup. My rails 3 app is hosted on Heroku, and i use Paperclip to manage file uploading, of videos and images, with all files saved on Amazon S3.The model th