Top "Carrierwave" questions

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

Excon::Errors::Forbidden (Expected(200) <=> Actual(403 Forbidden)

When I try to upload a picture to a "Car" object I'm denied access to S3. But the site images …

ruby-on-rails amazon-s3 carrierwave railstutorial.org
Factory with carrierwave upload field

Hello i need to build up Factory for my model, for example Factory.define :farm do |f| f.name { Factory.…

ruby-on-rails rspec factory-bot carrierwave
Use CDN with carrierwave + fog in s3 + cloudfront with rails 3.1

I'm using fog with carrierwave in my website. But the images load very very slowly. Then I want to speed …

ruby-on-rails amazon-s3 cdn carrierwave
ActiveRecord::UnknownAttributeError

I'm trying to create hotel with some fields, one of the fields is photo, i want to use multiple files …

ruby-on-rails activerecord carrierwave nested-forms
Carrierwave uploading with s3 and fog

been trying to search the reason for this error for a long time and can't seem to find any... So …

ruby-on-rails heroku amazon-s3 carrierwave fog
Carrierwave temp directory set to uploads/tmp folder

I started using Carrierwave, and I found out that it stores temporary files at multiple places depending on whether it …

ruby-on-rails carrierwave
CarrierWave full url for default image

I am using CarrierWave for image uploads on a rails-api application which in turn is consumed by a backbone.js …

ruby-on-rails carrierwave rails-api
CarrierWave and Fog, S3 bucket and store_dir configuration

I'm trying to figure out how to setup CarrierWave to work with Fog and Amazon S3. On S3, I have …

configuration amazon-s3 carrierwave ruby-on-rails-3.2 fog
CarrierWave: Create the same, unique filename for all versioned files

Before I go into detail I'll get right to the point: has anyone figured out a way to get Carrierwave …

ruby-on-rails ruby ruby-on-rails-3 filenames carrierwave
Carrierwave check if remote file exists via fog

I know I'm missing something really easy here... CarrierWave::Storage::Fog::File has a method exists? How do I use …

ruby-on-rails carrierwave fog