jqcloud-rails
July 23, 2012 ยท View on GitHub
jqcloud.js for Rails 3.1+ asset pipeline.
Installation
In your Gemfile, add this line:
gem "jqcloud-rails"
Then, run bundle install.
In your app/assets/javascripts/application.js, add this line:
//= require jqcloud
In your app/assets/stylesheets/application.css, add this line:
*= require jqcloud
You're done!