cloudinary_gem icon indicating copy to clipboard operation
cloudinary_gem copied to clipboard

Cloudinary GEM for Ruby on Rails integration

Results 55 cloudinary_gem issues
Sort by recently updated
recently updated
newest added

Can be done by setting `upload_chunked?` to `true` in the uploader.

Doesn't work with carrierwave multiple file uploads

enhancement

Hi, When I'm updating image from rails form, through `update_attributes` and carrierwave uploader, on cloudinary both: new and old images are kept. Is it possible to override this behavior? Thanks...

bug

Cloudinary v1.7 Carrierwave v1.0.0 I attempted to use `mount_uploaders` with the Cloudinary gem, however the `store_cloudinary_identifier` sets the column to the filename for each file, resulting in only the last...

enhancement

The `call_api` method only raises `CloudinaryExceptions` under certain circumstances, like JSON parse errors or certain failure codes. But if the underlying RestClient times out, it's not caught so it bubbles...

enhancement

It would be nice to see some test coverage for the Carrierwave modules.

enhancement

This is related to https://github.com/cloudinary/cloudinary_gem/issues/23 It seems the cloudinary gem still makes remote calls to https://api.cloudinary.com/v1_1/[accountname]/image/destroy when destroy() is invoked on a model, even when CarrierWave is configured to use...

enhancement

Excited about this: http://cloudinary.com/blog/introducing_intelligent_responsive_image_breakpoints_solutions What's the plan for integrating this into the gem? Maybe a new `process` directive? Ideally the view would have a helper to generate either `srcset` attributes...

enhancement

We were originally going to use the Cloudinary gem in our rails application, but the dependency on RestClient is a bit of a deal breaker. We would much rather be...

Hi team Firstly, thanks for a good service. We are using cloudinary gem at Envato and it has been smooth. When I look into the source code of this gem,...

enhancement