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