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.
- Add the gem to bundler or install: gem 'backbone_extensions' or
gem install backbone_extensions
- In your application.js //= require underscore
- In your application.js //= require backbone
- In your application.js //= require backbone_extensions/include
- In your application.js //= require backbone_extensions/decorator
- In your application.js //= require backbone_extensions/associations
rake jasmine
will start a server for the specs on port 8888.
Copyright (c) 2012-3 Ryan Dy, Thomas Bukowski, released under the MIT license