Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 881 Bytes

README.rdoc

File metadata and controls

15 lines (12 loc) · 881 Bytes

Sample Backbone App using Backbone-relational

This is a sample Backbone app that uses a Rails backend, the rails-backbone gem for integrating Backbone, and the Backbone-relational lib to maintain relations in Backbone. Slightly inspired by the example Todo app in the Backbone docs. You can find a working demo here rails-backbone-relational.herokuapp.com/posts This demo uses a localStorage adapter and doesn’t actually store anything on the DB. I’ve also written up a blog post explaining the key aspects of this demo app. You can find it at rohitnair.info/?p=236