Phil Freo

Results 112 comments of Phil Freo

> Is everyone here using backbone-relational? I tend to just put nested models and collections on the parent directly so will need to look into what backbone-relational actually does. I...

> The form should probably use each child model's save() method rather pulling out the values and sending them through as part of the main model. yes this makes sense...

yes, like this: ``` var Foo = Backbone.RelationalModel.extend(), foo = new Foo(); ok(foo instanceof Foo); ok(foo instanceof Backbone.RelationalModel); ok(foo instanceof Backbone.Model); ```

> I've started some work on a Collection editor which adds, edits and removes items from a collection atomically. I.e. when you edit an item in a collection, it modifies...

Could you add a testcase that fails without your patch, but passes with it?

Can you add unit tests showing which formats this does (and doesn't) accept?

I don't think it has anything to do with System Preferences being open. At first I thought I had it working for a second too, but really what I see...