Sha256: 67ca41de0f56b62b5e2983afa2ed7967efbcbd9a02194ab6933d2673b463f09a

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 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

If 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 GEM:

	$ gem install carrierwave

Rails 3.x Gemfile:

	$ gem 'carrierwave'
	$ gem 'cloudinary'

Rails 2.x environment.rb

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

Note: The CarrierWave GEM should be loaded before the Cloudinary GEM.


## 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

3 entries across 3 versions & 1 rubygems

Version Path
cloudinary-1.0.18 README.md
cloudinary-1.0.17 README.md
cloudinary-1.0.16 README.md