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

Cloudinary supports all of Google's fonts https://support.cloudinary.com/hc/en-us/articles/203352832-What-is-the-list-of-supported-fonts-for-text-overlay-transformation- and some of them have spaces on them, for example, "Open Sans" But unlike Text Transformation where spaces are escaped https://github.com/cloudinary/cloudinary_gem/blob/28a9ee65d24c6bac0654919a5a76de95cf356510/lib/cloudinary/utils.rb#L399 font family...

We are switching from sprockets to webpacker in Rails. Our current setup is using cloudinary-url in scss a lot to host and scale the images on cloudinary. This doesn't seem...

enhancement

Hi, I'm using ActiveAdmin, with CarrierWave (1.3.1) and Cloudinary (1.11.1) with Ruby 2.4.4 (same issue with ruby 2.5.3) and rails 4.2.1. My issue is the following one: If I create...

question

Is it possible to conditionally set `resource_type` to "raw" based on attributes of the model instance? The issue I'm facing is that I have users who want to upload password-protected...

The code that works out if it should use the static hash name looks the file up in the static metadata with `if type == :asset && @metadata["images/#{source}"]` my `static_images_dir`...

question

I use cloudinary 1.1.0 with carrierwave 0.10.0 in a rails 4.2.4 app to store PDFs. I get the following bug ``` ruby record.pdf.read # => "" ``` I digged a...

question

There doesn't seem to be a way to get a resource count from the API at the moment, right? Something like "count the number of resources with tag 'foo'". Are...

enhancement

Hi, I'm getting an error `Failed to load resource: Request header field Authorization is not allowed by Access-Control-Allow-Headers.` in Safari, but not in Chrome using the following code for javascript...

Co-authored-by: Egor Oleynik ### Brief Summary of Changes We ran into an issue with the direct upload of NOT images. Gem is not recognizing resource type and we always get...

## Describe the bug in a sentence or two. I use different upload presets in my app which default to a different folder each (e.g. "production"). storage.yml: ``` cloudinary: service:...