0.0
No commit activity in last 3 years
No release in over 3 years
Adds the jQuery TextExt plugin to the Rails 3.1 asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
 Project Readme

Textext Rails

Brings the jQuery TextExt plugin into the Rails asset pipeline. The TextExt asset files are from the TextExt 1.3.1 release.

Installation

Add this line to your Gemfile:

gem 'textext-rails'

Then in your app/assets/javscipts/application.js file, include the core JS file plus any other TextExt plugins you need.

//= require textext.core
//= require textext.plugin.tags

Then, add the core CSS plus any plugins you need to your app/assets/stylesheets/application.css.scss file:

*= require textext.core
*= require textext.plugin.tags

That's it! Please see the TextExt manual and Github page for further usage information.

License

MIT licensed. Please see the LICENSE file for more information.