I\'m using ember-data with rails and MongoDB and am having problem with the way IDs are stored in MongoDB - in a _id field.
Ember-data will use id as the default field f
If you use Mongoid3, here is the monkey patch may work for you.
https://gist.github.com/4700909