Taggle-Rails

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 taggle

Taggle.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 taggle

And then execute:

$ bundle install

License

The gem is available as open source under the terms of the MIT License.