Sha256: 22f233f88a037efffc465ca4b832e9d76f4ffa3fcff3f4ea84620d99b534578b

Contents?: true

Size: 1.25 KB

Versions: 16

Compression:

Stored size: 1.25 KB

Contents

Cloudinary
==========

Cloudinary allows web applications to manage web resources in the cloud leveraging cloud-solutions. 
Cloudinary offers a solution to the entire asset management workflow, from upload to transformations, optimizations, storage and delivery. 

## Setup ######################################################################

To install the Cloudinary Ruby GEM, run:

	$ gem install cloudinary

I you use Rails 3.x or higher, edit your Gemfile, add the following line and run 'bundle'

	$ gem 'cloudinary'

Or in Rails 2.x, edit your environment.rb and add:

	$ config.gem 'cloudinary'

If you would like to use our optional integration module of image uploads with ActiveRecord using CarrierWave, install CarrierWave to:

	$ gem install carrierwave

Rails 3.x Gemfile:

	$ gem 'carrierwave'

Rails 2.x environment.rb

	$ config.gem 'carrierwave', :version => '~> 0.4.1'


## Usage ######################################################################

Refer to Cloudinary Documentation at:
http://cloudinary.com/documentation


For documetation about Ruby on Rails integration see:
http://cloudinary.com/documentation/rails_integration


## License #######################################################################

Released under the MIT license. 

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cloudinary-1.0.15 README.md
cloudinary-1.0.14 README.md
cloudinary-1.0.13 README.md
cloudinary-1.0.12 README.md
cloudinary-1.0.11 README.md
cloudinary-1.0.10 README.md
cloudinary-1.0.9 README.md
cloudinary-1.0.8 README.md
cloudinary-1.0.7 README.md
cloudinary-1.0.6 README.md
cloudinary-1.0.5 README.md
cloudinary-1.0.4 README.md
cloudinary-1.0.3 README.md
cloudinary-1.0.2 README.md
cloudinary-1.0.1 README.md
cloudinary-1.0.0 README.md