Support for ID-less embedded objects
First of all excuse me if this is not a right place for such issues.
It would be cool to support id-less associations. Consider models stored in NoSQL databases. Usually such models contains embedded associations without IDs. Using it in both ember-model and ember-data is a pain and impossible without crutches. Have you any plans to support such embedded associations in future?
How to implement? I think ember-model should not add such records to a store and probably provide a separate class "Ember.Embeddable". Such models shouldn't have CRUD methods, etc.
Probably I am not the one who cares. Did anyone found a solutions/workaround?
I'm interested in hearing proposed solutions, but can be a tricky issue. I typically just define embedded objects as attrs, but they won't be dirty tracked automatically.
My proposal for ember-data, Hope it helps. https://github.com/emberjs/data/pull/1234#issuecomment-27305845