Top "Carrierwave" questions

A modern ruby gem for file uploads in Rails and other frameworks, similar to paperclip and attachment_fu

CarrierWave and resize to a specific width

Using CarrierWave in Rails 3.0 how would you go about making the code resize images that have a width larger than 500 …

ruby-on-rails carrierwave
Best way to show image previews before upload in rails & carrierwave

I've been using rails for past few days and wanted to know what is best way to show image previews …

ruby-on-rails image upload carrierwave preview
Rails Carrierwave Base64 image upload

What is the best way to upload an image from a client to a Rails backend using Carrierwave. Right now …

ruby-on-rails ruby carrierwave
carrierwave thumb issue

This question was asked, but no answer given...I'm having the same issue. I'm using carrierwave for uploading files everything …

ruby-on-rails imagemagick carrierwave rmagick
Rails: carrierwave uninitialized constant error

I have Rails 3 Carrierwave 0.5.4 //app/uploaders/fasta_uploader.rb class FastaUploader < CarrierWave::Uploader::Base storage :file def store_dir …

ruby-on-rails file-upload carrierwave initialization
Rails 4 strong parameters param not found error with carrierwave

I'm having trouble with carrierwave and rails 4 strong parameters. I have a very simple model with a carrier wave upload …

ruby-on-rails carrierwave ruby-on-rails-4 strong-parameters
Reprocessing images of different versions in Carrierwave

Using Carrierwave, I created 3 versions of an avatar - an original, a small_thumb and a large_thumb using the …

ruby-on-rails image upload carrierwave
Rails + CarrierWave: NoMethodError: undefined method `name' for nil:NilClass

I am using CarrierWave with Rails 3.1. I am getting the following error message when I submit the form (trying to …

ruby-on-rails carrierwave nomethoderror
exif image rotation issue using carrierwave and rmagick to upload to s3

I've got a photo upload feature in my rails app. The app uploads direct to s3 through carrierwave via rmagick …

ruby-on-rails amazon-s3 carrierwave exif rmagick
Use Carrierwave with Active Admin

Did any of you guys manage to get Active Admin with Carrierwave working? When I installed AA everything worked fine …

ruby-on-rails file-upload carrierwave activeadmin