0.0
No commit activity in last 3 years
No release in over 3 years
Taggle.js packagaged for easy inclusion in Rails applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Taggle-Rails Gem Version

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.