cloudinary_gem
cloudinary_gem copied to clipboard
Cloudinary GEM for Ruby on Rails integration
Can be done by setting `upload_chunked?` to `true` in the uploader.
Doesn't work with carrierwave multiple file uploads
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...
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...
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...
It would be nice to see some test coverage for the Carrierwave modules.
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...
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...
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,...