Skip to content

logicalhan/rails_tokeninput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Tokeninput Gem Version

Rails Tokeninput is a small, lightweight gem which helps to automate installing of the jquery tokeninput plugin, including the standard included stylesheets.

Included Javascripts/Stylesheets

jquery.tokeninput.js
jquery.tokeninput.min.js

token-input-facebook.css
token-input-mac.css
token-input.css

Installation

This gem should work out of the box. All you have to do is add the gem to your Gemfile:

gem 'rails_tokeninput'

Then bundle install or update (depending on if you want to upgrade an older version of this gem).

bundle install
bundle update

In your assets/javascripts/application.js, you will need to add d3 to your manifest:

//= require jquery
.
.
//= require jquery.tokeninput

In your assets/stylesheets/application.css, you can add the stylesheets you want by including them in your css manifest:

*= require_self
.
.
*= require token-input-facebook
..etc.

As of 3-15-2012, the version numbers for this gem reflects the version number of the plugin.

About

Jquery Tokeninput automated install for Rails 3.1+

Resources

Stars

Watchers

Forks

Packages

No packages published