No commit activity in last 3 years
No release in over 3 years
Injects twitter-text-js into your asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gem Version

twitter-text-js-rails

twitter-text-js-rails is a simple wrapper for the twitter-text-js library for use in Rails 3.1 and later.

Usage

Add the following to your gemfile:

gem 'twitter-text-js-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require twitter-text

Versioning

We will attempt to mirror the versioning of twitter-text-js to the best of our ability. The major, minor, and patch version numbers mirror the wrapped twitter-text-js version number

Credits

This gem blatantly copies from the angularjs-rails gem.