No commit activity in last 3 years
No release in over 3 years
Backbone-associations provides a way of specifying 1:1 and 1:N relationships between Backbone models. Additionally, parent model instances (and objects extended from Backbone.Events) can listen in to CRUD events initiated on any children - in the object graph - by providing an appropriately qualified event path name.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

backbone-associations-rails Gem Version

This gem vendors the Backbone-associations library for easy usage in the Rails asset pipeline.

Dependencies

backbone-associations requires Backbone.js >= 1.0.0 and Underscore.js >= 1.4.3

Installation

Add this line to your application's Gemfile:

group :assets
  gem 'backbone-associations-rails'
end

Then require it in your javascript manifest file (application.js by default)

//= require backbone-associations

Versioning

backbone-associations-rails will track the version of backbone-associations.

Issues

For issues with backbone-associations, please file an issue over at their issue tracker. Otherwise, please file an issue here.

Bitdeli Badge