backbone-relational Questions

2

Solved

I'm trying to get the backbone-relational plugin working with an association between tasks and messages. (A task has many messages). The information is pulled from a standard rails/activerecord si...
Saturnalia asked 2/1, 2012 at 18:27

2

Backbone Relational is not an AMD compliant library, so I've gone ahead and found the use plugin to ensure underscore and backbone are both loaded as dependencies. Here is my config file require.c...
Highlight asked 18/5, 2012 at 20:43

0

May somebody provide an example of operating with many-to-many fields of django.db models' instances through django-tastypie and backbone-relational? That's possible now with using intermediate mod...
Stefansson asked 17/3, 2012 at 17:33

3

I'm learning backbone.js and the whole microcosmus around it now! But i'm still stunning on one Plugin : The Backbone-Relational. On github the Documentation is really too short, not for beginner!...
Wrack asked 9/2, 2012 at 16:13

1

class TheModel extends Backbone.RelationalModel relations:[ type: Backbone.HasMany key: 'subModels' relatedModel: SubModel collectionType: SubModels reverseRelation: key: 'TheModel' ] them...

© 2022 - 2024 — McMap. All rights reserved.