• Stars
    star
    125
  • Rank 284,687 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 13 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

underscore.js asset-pipeline provider/wrapper

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.