Sha256: 87c85aa118734722359dd54e9198a46eb39a4535102e1616a2baa7266a7fa7ee

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

# Rails Tokeninput [![Gem Version](https://badge.fury.io/rb/rails_tokeninput.svg)](http://badge.fury.io/rb/rails_tokeninput)

**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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_tokeninput-1.7.0 README.md