jczerwinski

Results 4 issues of jczerwinski

If the primary key property of a model is changed, and the model is subsequently saved, `$pk` is not updated. Subsequent API calls then hit the wrong URI. The requested...

question
ready

I'm using it in a couple of places. Would be nice to know its tested and stable. Maybe I'll take a stab at it sometime. Obviously not urgent if no...

Imagine we want: ``` javascript Person: restmod.model('/people').mix({ parent: { belongsTo: 'Person', key: 'parent' } }) ``` So we can support either: ``` javascript // GET /people/mom { id: "mom", parent:...

bug
enhancement
ready