Constantine Nathanson

Results 13 comments of Constantine Nathanson

@galenmolk , thank you for reporting this issue! It is a bit weird bug. We'll fix it by encoding a header value, so it will be safe regardless of the...

@gr8bit , `storage.yml` already supports `folder` option (it can be used without upload preset). It is used for both upload and url generation. In case you use upload presets, the...

@myacheg , it looks a bit strange that existing code works in production, but does not work in development. We do patch `ActiveStorage::Blob#key`, so effectively we get the same `content_type`,...

Hello @dgmstuart, have you tried [conditional process](https://github.com/carrierwaveuploader/carrierwave#conditional-process) ?

@dwightwatson thank you for reporting the issue! We did run some performance checks on the new version, for example we took this transformation: https://cloudinary.com/documentation/php1_image_manipulation#adding_text_and_image_overlays And ran it 10000 times in...

@myacheg I merged your changes in this PR (with slight modifications): https://github.com/cloudinary/cloudinary_gem/pull/508 Thank you for contribution!

@Mrodrides `cloudinary_url()` is a generic SDK function for building URLs. For Active Storage integration please only use .`url` function. The difference between them is that it uses content type to...