So I have a trial blog app which is pretty much like this http://emberjs.jsbin.com/conum/3/edit. In my app I use the RESTAdapter instead of the fixtures, but I have no idea how to do REST behavior in the jsbin. This is important because the issue seems to happen only when I use RESTAdapter. So here is the issue:
When I enter a resource, say the posts route, I load the posts and show the user of each post. I can navigate to the user's detail and back to the posts list just fine. When I enter the posts.create resource, I load all users to show them in a select dropdown. the problem happens when I navigate back to the posts list. the user associated with the posts are now gone!Once again this only happens only when I am using the RESTAdapter, so you wont't see the issue happening in the jsbin.
I have been dealing with this for 2 days now, is this a bug within ember? because I have tried using ember-model instead of ember-data too, and similar thing happens.. or am I doing things wrong? Any help will be much appreciated.. thanks!