Paperclip is a library for the Ruby on Rails framework which makes dealing with file attachments easier.
Is it possible to get the absolute URI for a Paperclip attachment? Right now, the problem is that the production …
ruby-on-rails paperclipThe Paperclip plugin for Rails has a resize option that keeps the image in proportion. According to Ryan Bates' Paperclip …
ruby-on-rails file-upload image-manipulation imagemagick paperclipI would like to crop images on upload using Paperclip to get square thumbs from the center of the original …
ruby-on-rails ruby paperclip cropI'm trying to incorporate images into my web app and I keep running into this error after removing quite a …
ruby-on-rails ruby amazon-web-services paperclipTotal Rspec noob here. Writing my first tests tonight. I've got a model called Image. Using paperclip I attach a …
ruby-on-rails unit-testing rspec paperclipI'm working on a rails app that allows for image attachments to each use account. I'm using paperclip and amazon …
ruby-on-rails ruby rvm paperclip nokogiriI have a model that uses paperclip like this: has_attached_file :avatar, :styles => { :large => "100x100>" , :medium =&…
ruby-on-rails paperclipWhen files are added i want to start the upload process automatically. I called the start function at the end …
javascript ruby-on-rails-3 paperclip pluploadIn my model: has_attached_file :uploaded_file, :url => "/policy_documents/get/:id", :path => "/public/policy_documents/:id/:…
ruby-on-rails-3 paperclipWhen I upload a photo, my model fails validation, err well even without any validations I'm returned this error: /tmp/…
ruby-on-rails paperclip