This sample application demonstrates the usage of Cloudinary's view helpers (e.g. cl_image_tag) to apply various image transformations inside Rails views.
- Add
gem 'cloudinary'to Gemfile. - Run
bundle installin project directory to bring all the required GEMs. - Download
cloudinary.ymlfor your account from Cloudinary's Management Console or by using this direct link. - Place the downloaded
cloudinary.ymlfile into theconfigdirectory of the project. - Execute server upload
rake server_upload- In the project directory, run
bundle installto install all the required dependencies. - Run
rails serverto start the development server. - Open the sample page in a browser: http://localhost:3000