Paperclip is a library for the Ruby on Rails framework which makes dealing with file attachments easier.
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 paperclipI am using Rails to make a small file upload app. For file attachment I am using the wonderful Paperclip …
ruby-on-rails paperclip downloadSo, I want to resize images to a FIXED width, but proportional height. I have been trying a wide range …
ruby-on-rails imagemagick paperclipStupid question? <img alt="Phone_large" src="/system/photos/1/small/phone_large.jpg?1238845838" /> Why is "?1238845838" added to the …
ruby-on-rails paperclipI'm trying to upload images to aws s3 with paperclip but I get this error Command :: file -b --mime '/…
ruby-on-rails imagemagick paperclip rmagickI'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 paperclipI want to import some icons from my old site. The size of those icons is less than 10kb. So …
ruby-on-rails image paperclip stringioI'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 paperclipI'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-validationAny 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