Skip to content

cloudinary/cloudinary_gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
cloudinary-bot
Feb 20, 2025
38f4855 · Feb 20, 2025
Jun 1, 2021
Feb 20, 2025
Mar 26, 2024
Jan 7, 2025
Jul 20, 2020
Sep 11, 2019
Apr 17, 2012
Mar 26, 2024
Feb 20, 2025
Mar 5, 2018
Mar 19, 2015
Apr 8, 2024
Jun 16, 2020
Sep 8, 2024

Repository files navigation

Build Status Gem Version Gem Version

Cloudinary Ruby on Rails SDK

About

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.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the Ruby on Rails SDK Guide.

Table of Contents

Key Features

Version Support

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

Installation

gem install cloudinary

Usage

Setup

require 'cloudinary'

Transform and Optimize Assets

 cl_image_tag("sample.jpg", width: 100, height: 150, crop: "fill")

Upload

Cloudinary::Uploader.upload("my_picture.jpg")

CarrierWave Integration

Active Storage Integration

Security options

Samples

Contributions

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

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.

Additional Resources

Licence

Released under the MIT license.