rails
Discussion List
-
Setting tags and retrieving pHash while using Active Storage (Rails)
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…
-
Using CDN for css with rails
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