Any sample app using ember data to recommend ? Ideally with Rails backend and models associations.
I have been using this app to follow as an example: https://github.com/dgeb/ember_data_example
This blog post also has good direction: Getting started with Ember Data and Rails
I was able to understand associations by looking at the Ember-Data project's documentation and tests: