Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 798 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 798 Bytes

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.