Hey guys ive got the following code in my Model require \'RMagick\' class Upload < ActiveRecord::Base
I am currently 开发者_运维问答setting up Paperclip for a model with Rails 3. When one of the fields fails validation (title), the user has to upload the file again. This is not very user friendly :/
I have set up my models to use a polymorphic Image model. This is working fine, however I am wondering if it is possible to change the :styles setting for each model. Found some examples using STI (Mo
I have paper_clip installed on my Rails 3 app, and can upload a file - wow that was fun and easy! Challenge now is, allowing a user to upload multiple obj开发者_如何学Pythonects.
All my rails paper_clip images are being uploaded to Rails as \"application/octet-stream\" Which is casuing issues.
does anyone know how I can configure my rails model, which is using paperclip for data storage, to use creation date based directories like for example in fleximage ??
I got this some kind of permission error in my log. Everything was working fine previously, I have tested the photos controller of mine, and it worked well. So I started working on other controllers.
I\'m using Rails 3, Uploadify, to send images to S3. Right now all the images being upload have the MIME: application/octet-stream
Alright this one\'s tricky - don\'t shy off! I\'ve setup a multi-file uploader with Rails 3 + paperclip + Ajax Upload (http://valums.com/ajax-upload/)
I\'m on Heroku, and this is a portfolio thing which I\'m putting up on github for potential employers to look at, so obviously I don\'t want to stick my keys in a S3.yml file. I\'ve exported S3_KEY an