Paperclip is a library for the Ruby on Rails framework which makes dealing with file attachments easier.
I have a rails application that has multiple models with paperclip attachments that are all uploaded to S3. This app …
ruby-on-rails amazon-s3 paperclipI tried storing a local image in a rails console. Because I have many pictures in my local storage (I …
ruby-on-rails ruby-on-rails-3 console paperclipI am trying to be able to upload files with Sinatra. I have the code here, but I'm getting the …
ruby file-upload sinatra paperclipusing rails with Paperclip, I can use the following to get the filename during a before_create: extension = File.extname(…
ruby-on-rails ruby ruby-on-rails-3 paperclipHow do people write their Rails migrations that involve Paperclip? I feel that I might be missing something obvious as …
ruby-on-rails paperclip rails-migrationsI'm working on upgrading a Rails 2.3.11, Ruby 1.9.2 app to Rails 3.0.10, and attachment_fu no longer works. I'm looking at changing …
ruby-on-rails-3 paperclip carrierwave attachment-fu dragonfly-gemI'm using Rails with Paperclip to make a small file upload app. I would like to be able to return …
ruby-on-rails ruby file-upload paperclipI'm using Paperclip / S3 for file uploading. I upload text-like files (not .txt, but they are essentially a .txt). In …
ruby-on-rails paperclipI am using Cucumber / Capybara with Rails 3 and am trying to validate the existence of an image after upload. I'm …
ruby-on-rails cucumber paperclipI had a quick question. Is it possible to save a file without actually uploading it through a form? For …
ruby-on-rails paperclip