Sha256: 33f066422c1582b117171ad7f96e04074e044f9da98376a127517a5dfda88508

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# rangy-rails

A simple Rails asset pipeline wrapper
for [Rangy](https://code.google.com/p/rangy/), "a cross-browser JavaScript range and
selection library" written by the magnificent [Tim Down](http://www.timdown.co.uk/).

The `rangy-rails` gem includes Rangy core and all of it's modules.  The `rangy-rails` version
will be kept in sync with Rangy's version as this gem really adds nothing but a convenient
way of getting Rangy into your Rails app.

## Installation

Add this line to your application's Gemfile:

    gem 'rangy-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rangy-rails

## Usage

Easy! Just edit `app/assets/javascripts/application.js` and adjust it to your heart's delight.

Here's an example configuration that would include Rangy and all of it's modules:

    //= require rangy-core.js
    //= require rangy-cssclassapplier.js
    //= require rangy-highlighter.js
    //= require rangy-selectionsaverestore.js
    //= require rangy-serializer.js
    //= require rangy-textrange.js

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rangy-rails-1.3alpha.772.0 README.md