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

## Feature request for Cloudinary Ruby SDK Currently the SDK is lacking support for the conditional metadata rules API (enterprise only) documented here: https://cloudinary.com/documentation/conditional_metadata_rules_api ## Describe the problem you’re trying...

## Bug report for Cloudinary Ruby SDK Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or two. Unsafe...

When implementing a direct upload in a rails form specifiying direct_upload: true, the api returns a 400 response due to the lack of format in the url search params. This...

bug

### Brief Summary of Changes #### What does this PR address? - [ ] GitHub issue (Add reference - #XX) - [ ] Refactoring - [x] New feature - [...

After upgrading CarrierWave to 1.0.0.beta or higher, tests using Cloudinary + CarrierWave started failing because `model.image.file` were `nil` until the model was reloaded. I think this person ran into the...

question

### Brief Summary of Changes #### What does this PR address? - [ ] GitHub issue (Add reference - #XX) - [ ] Refactoring - [x] New feature - [...

Some kind of overlay texts generate urls which cause `400 Bad Request` ## Describe the bug in a sentence or two. ```ruby require 'open-uri' def foo(text) url = Cloudinary::Utils.cloudinary_url('sample', transformation:...

question

I have a model in which I'm storing the image public IDs in an Array (a JSONB object, technically) in my Postgres DB record. I have made the images available...

enhancement

## Feature request for Cloudinary Ruby SDK …(If your feature is for other SDKs, please request them there) - Support for upload `ttf` font, now, cloudiary gem set the content_type...

Hi, First, thank you for this gem. I've been using Cloudinary along with ActiveStorage on a project, and I figured the [documentation is incorrect](https://cloudinary.com/documentation/rails_activestorage#image_delivery) when it comes to generate Cloudinary...

enhancement