I love ember, but so far very negative experience with ember data

Strange errors that describe nothing and are untraceable, strange things like JSON not being accepted, I can’t find docs that reflect latest versions or comprehensive docs at all, only scattered stack overflow topics or github issues. Things keep changing. It doesn’t strike me as usable and I’m thinking of trying out the alternatives mentioned here:

http://blog.emberwatch.com/2013/06/19/alternatives-ember-data.html

Does anyone have any experience with them and can recommend a good one?

2 Likes

I would suggest ebryn/ember-model as an alternative to Ember Data. I find it to be easier to get going with and much more flexible. The community supporting it is also very responsive in IRC and online.

thank you, I was considering tha, i’ll check the docs

Also be sure to update your Ember Inspector extension for Chrome. They just added a Promises tab that will help trace those kinds of issues. It saved me a lot of time and stopped me from going down rabbit holes.