This gem packages Taggle.js for easy inclusion in Rails applications.
Installation
Add this line to your application's Gemfile:
gem 'taggle-rails'Add this line to your application's JavaScript manifest:
//= require taggleTaggle.js includes example CSS that can be used as a default styling for the tagging form. To use this, add this line to your applications's CSS manifest:
*= require taggleAnd then execute:
$ bundle installLicense
The gem is available as open source under the terms of the MIT License.