Sha256: 33ae1b820b0b04c90ab9a03a586023f6d58523066f176bfe95a91106dfe75080

Contents?: true

Size: 845 Bytes

Versions: 1

Compression:

Stored size: 845 Bytes

Contents

# underscore-string-rails

This includes the [underscore.string](https://github.com/epeli/underscore.string) library in your application

## Installation

Add this line to your application's Gemfile:

    gem 'underscore-string-rails'

Optionally add a dependency on [underscore-rails](https://github.com/rweng/underscore-rails):

    gem 'underscore-rails'

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install underscore-string-rails

## Usage

In any JavaScript file:

`//= require underscore.string`

It will be minified/uglified/etc. as part of the asset pipeline.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added 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
underscore-string-rails-0.0.2 README.md