Sha256: 246bfe83f7494b43732b969df6b4cb60d3e0ab12cc36268deccd30964da1b6ab
Contents?: true
Size: 993 Bytes
Versions: 1
Compression:
Stored size: 993 Bytes
Contents
# Rails Tokeninput **Rails Tokeninput** is a small, lightweight gem which helps to automate installing of the jquery tokeninput plugin, including the standard included stylesheets. # JqueryTokeninput Version The current release of this gem is using **Version 1.6.0** # Included Javascripts/Stylesheets jquery.tokeninput.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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_tokeninput-0.0.2 | README.md |