I noticed that starting with app3.js/index3.html, I observe the following error in the console when I hit the update button:
Uncaught TypeError: Cannot read property 'lookup' of undefined
DS.JSONSerializer.Ember.Object.extend.transformFor ember-data-beta-1.js:231
(anonymous function) ember-data-beta-1.js:156
(anonymous function) ember-data-beta-1.js:3742
(anonymous function) ember-1.0.0.js:3172
OrderedSet.forEach ember-1.0.0.js:3015
Map.forEach ember-1.0.0.js:3170
DS.Model.reopenClass.eachAttribute ember-data-beta-1.js:3741
DS.Model.reopen.eachAttribute ember-data-beta-1.js:3756
DS.JSONSerializer.Ember.Object.extend.serialize ember-data-beta-1.js:152
DS.Model.Ember.Object.extend.toJSON ember-data-beta-1.js:3254
DS.LSAdapter.DS.Adapter.extend.updateRecord ember-data-localstorage.js:89
...
I noticed that starting with app3.js/index3.html, I observe the following error in the console when I hit the update button: