Sha256: 020a4ffaad2734978403a58acb3d43abff5806d762598a8dcc0ea22ee8a70e23
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 Bytes
Contents
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 ========== 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
underscore_extensions-0.0.2 | README.markdown |
underscore_extensions-0.0.1 | README.markdown |