xehivs / jqcloud-rails

Inject jqcloud jquery plugin into the rails asset pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jqcloud-rails

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!

Special Thanks

https://github.com/lucaong/jQCloud

About

Inject jqcloud jquery plugin into the rails asset pipeline


Languages

Language:Ruby 100.0%