Project

cloudinary

0.87
A long-lived project that still receives updates
Client library for easily using the Cloudinary service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.2
>= 13.0.1
>= 3.5
> 0.18.0
< 1.6.0

Runtime

 Project Readme

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
  • Installation
  • Usage
    • Setup
    • Transform and Optimize Assets
    • CarrierWave Integration
    • Active Storage Integration

Key Features

Version Support

SDK Version Ruby 1.9.3 Ruby 2.x Ruby 3.x
1.x v v v
SDK Version Rails 5.x Rails 6.x Rails 7.x
1.x v v v

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.