Underscore Extensions
=====================

[![Build Status](https://secure.travis-ci.org/rdy/underscore_extensions.png)](http://travis-ci.org/rdy/underscore_extensions)

Adds extensions to the underscore javascript library. It adds the javascript as a rails engine to be included in to a Rails 3+ project. To use it make sure require underscore, underscore.string and underscore.extensions.

Installing
==========

  1. Add the gem to bundler or install:  gem 'underscore_extensions' or `gem install underscore_extensions`
  2. In your application.js //= require underscore
  3. In your application.js //= require underscore.string
  4. In your application.js //= require underscore.extensions

Copyright (c) 2012 Ryan Dy, released under the MIT license