backbone-deep-rails

This gem wraps the backbone-deep-model library in the Rails asset pipeline's loving embrace. Rails 3.1 and up.

Step 1: Add it to your gemfile:

gem 'backbone-deep-rails'

Step 2: Include assets:

javascript

// In application.js
//= require backbone-deep-rails

Step 3: Rock and roll.