Top "Paperclip" questions

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

Allowing User to Download File from S3 Storage

Right now I am using Amazon S3 and Paperclip which is allowing my users to upload an image that is …

ruby-on-rails-3 amazon-s3 paperclip
Save a Prawn PDF as a Paperclip attachment?

I'm using Prawn and Prawnto to display a PDF-based reports to the user, but in some circumstances, I'd also like …

ruby-on-rails ruby-on-rails-3 paperclip prawn prawnto
Paperclip in Rails 4 - Strong Parameters Forbidden Attributes Error

Having a problem with a Paperclip upload in Rails 4 - failing on ForbiddenAttributesError (strong parameters validation). Have the latest paperclip …

paperclip ruby-on-rails-4 strong-parameters paperclip-validation
paperclip content type for xls and xlsx

struggling with paperclip content type, need to upload xls/xlsx file. has_attached_file :sheet validates_attachment_content_type :sheet, …

excel ruby-on-rails-4 paperclip paperclip-validation
AWS S3 integration yields undefined method `match'

I'm working on a simple project using Paperclip to upload images. Everything has been working just fine until I attempted …

ruby-on-rails amazon-s3 paperclip
store images locally for development s3 for production Rails Paperclip

I want to upload images on my local machine for development but store them on my Amazon S3 account for …

ruby-on-rails-3 paperclip
Rails 3, paperclip + S3 - Howto Store for an Instance and Protect Access

I have a Rails 3 app with paperclip, with the intent to store data on S3. In the app, Users belong …

ruby-on-rails ruby-on-rails-3 amazon-s3 paperclip
Rails3 and Paperclip

I have migrated my application from rails 2.3 to rails3 and i have a problem with paperclip. I saw there was …

ruby-on-rails ruby-on-rails-plugins paperclip
Using Paperclip within seeds.rb

Let's says I have the following entry in my seeds.rb file : Image.create(:id => 52, :asset_file_name => "…

ruby-on-rails ruby paperclip seed
How can I restrict Paperclip to only accept images?

How can I restrict Paperclip to only accept images? I'm using Amazon S3 for storage if that's relevant. Thanks for …

ruby-on-rails paperclip