backbone-relational-tutorial icon indicating copy to clipboard operation
backbone-relational-tutorial copied to clipboard

Backbone-relational Tutorial - Nested Models With Backbone.js

Results 4 backbone-relational-tutorial issues
Sort by recently updated
recently updated
newest added

backbone-relational-tutorial]$ node app /Users/jleppert/devel/backbone-relational-tutorial/node_modules/mongoose/lib/schema.js:276 throw new TypeError('Invalid value for schema Array path `'+ prefix + ke ^ TypeError: Invalid value for schema Array path`messages` at Schema.add (/Users/jleppert/devel/backbone-relational-tutorial/node_modules/mongoose/lib/schema.js:276:13) at new Schema...

Hi there, I tried following your tutorial guide in using backbone js with nested relational tutorial. I followed all the installation ie node.js, mongodb install till I start node js...

Thanks for the tutorial, useful for making a facebook messages-like UI Trying the server app with the latest version of node (0.10.5) results in a "Not Found" http response. So...

views are not rendered and I get no error in the console. I'm investigating this: I didn't find anything about breaking changes in backbone-relational / backbone