Top "Paperclip" questions

Paperclip is a library for the Ruby on Rails framework which makes dealing with file attachments easier.

unit test in rails - model with paperclip

I'm trying to write a test for a model with a picture, using paperclip. I'm using the test framework default, …

ruby-on-rails ruby unit-testing paperclip
File download using Paperclip

I am using Rails to make a small file upload app. For file attachment I am using the wonderful Paperclip …

ruby-on-rails paperclip download
Rails Paperclip Plugin - Style Options for Resizing

So, I want to resize images to a FIXED width, but proportional height. I have been trying a wide range …

ruby-on-rails imagemagick paperclip
Paperclip image url

Stupid question? <img alt="Phone_large" src="/system/photos/1/small/phone_large.jpg?1238845838" /> Why is "?1238845838" added to the …

ruby-on-rails paperclip
Paperclip error - NotIdentifiedByImageMagickError

I'm trying to upload images to aws s3 with paperclip but I get this error Command :: file -b --mime '/…

ruby-on-rails imagemagick paperclip rmagick
Is it possible to configure Paperclip to produce HTTPS urls for S3?

I'm using Paperclip to manage user-uploaded images on a site that is served entirely under HTTPS. In order to avoid …

ruby-on-rails ruby-on-rails-3 amazon-s3 paperclip
Storing image using open URI and paperclip having size less than 10kb

I want to import some icons from my old site. The size of those icons is less than 10kb. So …

ruby-on-rails image paperclip stringio
Rails, Getting a File's name when uploading a file to the server

I'm using an AJAX uploader in Rails 3, along with paper_clip and have files uploading here: def upload @photo = Photo.…

ruby-on-rails ruby-on-rails-3 paperclip
Validate extension in Paperclip - Ruby on Rails

I've found that Paperclip can validate file content type, i.e. image/jpeg, but I want to specifically validate the …

ruby-on-rails paperclip paperclip-validation
Saving the images Dimensions (width and height) in Paperclip?

Any Paperclip wizards out there know if you can when using Paperclip to save an image, also save the image …

ruby-on-rails ruby-on-rails-3 paperclip