0.0
No commit activity in last 3 years
No release in over 3 years
Gem that includes TipTip, in the Rails Asset Pipeline introduced in Rails 3.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 3.1

Runtime

>= 3.1
 Project Readme

tiptip-rails

This gem just includes TipTip jQuery plug-in as an asset in the Rails 3.1 (or newer) asset pipeline.

The current version in the gem is TipTip 1.3

Installation

Add the gem to the Gemfile

gem "tiptip-rails", "~> 1.0.0"

Usage

In your JavaScript manifest (e.g. application.js)

//= require tipTip

In your Stylesheet manifest (e.g. application.css)

*= require tipTip

Licensing

TipTip, which makes up the majority of this gem, has its own licensing.

The gem itself is released under the MIT license