Sha256: 39070df49c39f089c708c0a677f80ae0d292e7f97b35744d8752fd92df9a9b00

Contents?: true

Size: 784 Bytes

Versions: 2

Compression:

Stored size: 784 Bytes

Contents

Backbone Extensions
=====================

[![Build Status](https://secure.travis-ci.org/rdy/backbone_extensions.png)](http://travis-ci.org/rdy/backbone_extensions)

Adds extensions to the Backbone 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, and backbone.

Installing
==========

  1. Add the gem to bundler or install:  gem 'backbone_extensions' or `gem install backbone_extensions`
  2. In your application.js //= require underscore
  3. In your application.js //= require backbone
  4. In your application.js //= require underscore_extensions/include
  5. In your application.js //= require underscore_extensions/decorator

Copyright (c) 2012 Ryan Dy, released under the MIT license

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backbone_extensions-0.0.2 README.markdown
backbone_extensions-0.0.1 README.markdown