lodash-rails

lodash for the Rails asset pipeline.

Installation

Add this line to the assets group in your Gemfile:

gem 'lodash-rails'

Add the necessary library to app/assets/javascripts/application.js:

//= require lodash

What's included?

lodash 3.5.0:

  • lodash.js
  • lodash.min.js
  • lodash.compat.js
  • lodash.compat.min.js

Copyright Richard Hubers, released under the MIT License.