underscore-rails

underscore.js asset pipeline provider/wrapper


License
MIT
Install
gem install underscore-rails -v 1.4.3

Documentation

Rails 3.1 asset-pipeline gem to provide underscore.js

Setup

Have in your Gemfile:

gem 'underscore-rails'

And, have in your application.js manifest:

//= require underscore

(also directly available under /assets/underscore.js)

Easy as pie.