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
- Add the gem to bundler or install: gem 'underscore_extensions' or
gem install underscore_extensions
- In your application.js //= require underscore
- In your application.js //= require underscore.string
- In your application.js //= require underscore.extensions
Copyright (c) 2012 Ryan Dy, released under the MIT license