I am having an issue working with Ember Data Fixture Adapter. When saving a record, all of the record's hasMany associations are lost. I have created a simple JS Bin to illustrate the issue: http://jsbin.com/aqiHUc/42/edit
If you edit any of the users and save, all the projects disappear.
This is using Ember 1.0.0 and the latest canary build of Ember Data.
I am not sure if I am doing something wrong or if this is an issue with Ember Data.
Thanks