Cloudinary GEM for Ruby on Rails integration
The Cloudinary Ruby on Rails SDK allows you to quickly and easily integrate your application with Cloudinary.
Effortlessly optimize, transform, upload and manage your cloud’s assets.
This Readme provides basic installation and usage information. For the complete documentation, see
the Ruby on Rails SDK Guide.
SDK Version | Ruby 1.9.3 | Ruby 2.x | Ruby 3.x |
---|---|---|---|
1.x | ✔ | ✔ | ✔ |
2.x | ✘ | ✘ | ✔ |
SDK Version | Rails 5.x | Rails 6.x | Rails 7.x |
---|---|---|---|
1.x | ✔ | ✔ | ✔ |
2.x | ✘ | ✔ | ✔ |
gem install cloudinary
require 'cloudinary'
cl_image_tag("sample.jpg", width: 100, height: 150, crop: "fill")
Cloudinary::Uploader.upload("my_picture.jpg")
If you run into an issue or have a question, you can either:
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently
manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive
and personalized visual-media experiences—irrespective of the viewing device.
Released under the MIT license.