cloudinary_gem
cloudinary_gem copied to clipboard
Cloudinary GEM for Ruby on Rails integration
Hi there Upgraded to 1.13.1 and get the following error on Puma boot with Rails 6.0.2.1 `/Users/terry/.rvm/gems/ruby-2.6.3/gems/cloudinary-1.13.1/lib/cloudinary/helper.rb:358:in '': Cannot load 'Rails.config.active_storage.service': (NameError)` Reverting to 1.11.1 solves the issue. Stack trace...
ActiveStorage schedules an AnalyzeJob when an image is uploaded. Since moving to Cloudinary the job fails with an ActiveStorage::IntegrityError because the original checksum saved when uploading the image does not...
**Problem** When using with Rails ActiveStorage, the [extension generated](https://github.com/cloudinary/cloudinary_gem/blob/master/lib/active_storage/service/cloudinary_service.rb#L157) for a content_type of `video/mp4` is `mp4v`, while it is saved in cloudinary with the extension of `mp4` in the url....
Hi, I having strange issue that I found many people struggle with through out issues, but I havent found how to make it using carrierwave. My problem is that if...
Tags that contain non-uri-component-safe characters are not readable using the `resources_by_tag` method. Example: ```ruby tag = 'with/some?bad=characters' Cloudinary::Uploader.upload(url, tags: [tag]) # correctly encodes value # will not see the upload...
data-src
Love the gem, thanks! Using the helper method, my images are rendering src instead of ```data-src```. Is there a way the ```src``` attribute be ```data-src```? Example returns ``` ``` //...
We've seen messages like `Resource not found` and `Error in loading`, which we'd like to handle as generic HTTP client errors (400-499). Unfortunately, we have to rescue the `CloudinaryException`, check...
I'm using the jquery fileupload method to upload files. `data.result` is an object as expected in < 1.1.2, but as soon as I go to 1.1.3+, it contains the HTML...
In 1.10 reading the tests it seems that the gem supports using srcset now. We are using srcset for higher DPI images without changing the dimensions of the image. For...
Basically, I just added a type checking and fixed the upload flow. Might need some more tests, though.