jqcloud.js for Rails 3.1+ asset pipeline.
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!