Top "Carrierwave" questions

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

Undefined Method crop! Using Carrierwave with MiniMagick on rails 3.1.3

I was having a heck of a time getting this to work, and still am. I'll get to the heart …

ruby-on-rails carrierwave minimagick
Carrierwave files with Capistrano

I'm using rails 3.2 with asset and carrierwave for upload some images, they store in /public/uploads/photo/..... but when I …

ruby-on-rails ruby-on-rails-3 capistrano carrierwave
Validate image size in carrierwave uploader

All uploads should be at least 150x150 pixels. How to validate it with Carrierwave?

ruby-on-rails imagemagick carrierwave
Uploading a raw file to Rails using Carrierwave

My clients are trying to upload an image from Blackberry and Android phones. They don't like posting a)form parameters …

ruby-on-rails-3 carrierwave
RMagick complaining about libMagickCore.5.dylib not found in OSX

after running brew upgrade imagemagick, when I run rails s I'll get /Users/tomi/.rvm/gems/ruby-2.0.0-p247@ezaaa/gems/…

ruby-on-rails imagemagick carrierwave homebrew
imagemagick doesn't delete tmp files

I have an app that uses Carrierwave, S3 and rmagci. more or less following http://railscasts.com/episodes/253-carrierwave-file-uploads but …

imagemagick carrierwave rmagick
rspec testing carrierwave - newbie

I'm making a rails 3.1 app using carrierwave to upload files to aws s3. I've followed the instructions on the carrierwave …

ruby-on-rails rspec ruby-on-rails-3.1 carrierwave
Setting Custom error message with CarrierWave

I have an Image uploading application running on carrierwave which restrict user from uploading image only of desired extensions 'jpg,…

ruby-on-rails carrierwave
Reprocessing images in Carrierwave

Let's say my model has an image with :thumb and the client wants :tiny and :nano thumbnails. How do I …

ruby-on-rails ruby-on-rails-3.1 rake carrierwave
Carrierwave, Rails 4, and Multiple Uploads

I have been banging my head against the wall trying to get Carrierwave, Rails 4, and Multiple Uploads all working together. …

ruby-on-rails upload carrierwave