No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1
 Project Readme

Underscore Extensions

Build Status

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