Sha256: 1faa2096ddca5ae86203ec82f18173f8742dde9510e180cc5857964ba4d422ba

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

# Textext Rails

Brings the [jQuery TextExt plugin](http://textextjs.com/) into the Rails asset pipeline.  The TextExt asset files are from the TextExt [1.3.1 release](https://github.com/alexgorbatchev/jquery-textext/tree/1.3.1).

## Installation

Add this line to your `Gemfile`:

```ruby
gem 'textext-rails'
```

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

```javascript
//= 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:

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

That's it!  Please see the [TextExt manual](http://textextjs.com/manual/index.html) and [Github page](https://github.com/alexgorbatchev/jquery-textext) for further usage information.

## License

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
textext-rails-0.2.0 README.md