Closed gonvaled closed 6 years ago
You'll need to rename store
to something like ember-model-store
, adapter
to something like ember-model-adapter
and model
to something like ember-model-model
to avoid container naming conflicts with ember-data.
I'll be likely kicking off a migration from Ember Model to Ember Data in the next few weeks and I'll submit a PR then if someone hasn't already. It should be pretty straightforward.
Someone has migrated from Ember-Data
to Ember-Model
?
@rrussell I doubt it, we're going from ember-model to ember-data
@GavinJoyce I started working a project with ember-data, but now the CTO wants change to ember-model. Why migrate to ember-data? Some strong reason or issue with ember-model?
Excellent question. I wonder what the status of ember-model is.
I believe ember-data
is still not very good right now. It's poorly documented, the source is full of todos and fixmes, which is pretty scary, and from what I have seen, it doesn't do much more than ember-model
, yet it's 3 times bigger.
It would be great to have some input from ember-model maintainers.
It's now possible to use ember-model
and ember-data
side by side:
@GavinJoyce 😍
Is it possible to have ember-model alongside ember-data? I have been using ember-model in the past for some models, and ember-data for others, without issues, but starting with ember-model@0.0.13 (I think) there seem to be conflicts: