Search or scroll through everything
The following code is used in my rails 6.1 application to upload images via the widget. The upload works fine . After cropping the image, either clicking 'crop' or 'save' uploads the original image instead of the crop. <script src="https://upload-widget.cloudinary.com/global/all.js" type="text/javascript"></script> <script…
I'm using Cloudinary as an ActiveStorage store for ActionText in Rails 6.1, cloudinary gem v1.28. Instead of the local signed URL I'd like to have it use the direct URL to Cloudinary. In the ActiveStorage documentation, there is the concept of setting a public flag in storage.yml: cloudinary: service: Cloudinary public:…
Hello, I have a Rails 7 application in which I've integrated Cloudinary and TinyMCE. I have Devise and Pundit installed as well. Cloudinary is working perfectly fine; for instance, when a user signs up, they're able to upload their photo. However, I haven't been able to find much information about TinyMCE. I would like the…
I am new to Cloudinary and I am trying to set up Cloudinary with Active Storage in a Rails 7 app. After following the instructions on your site, I tried to reset and reseed my development database, which includes Active Storage Attachments. I am receiving the following error "ActiveStorage::IntegrityError: Error parsing…
Hello, 👋 I would like to know if there's a way to do the following : Set tags directly in the attach method (Active Storage) without making a second API call Something like @item.photos.attach(io: file, filename:filename, content_type: 'image', cloudinary{tags: ["dog","cat"]}) Retrieve the pHash for a photo directly from…
Looking for some guidance on how to upload precompiled CSS files, managing the file names and automate the uploading and accessing of those assets via CDN on rails
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.