Any sample app using ember data to recommend ? Ideally with Rails backend and models associations.
Asked
Active
Viewed 7,452 times
3 Answers
7
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:

Daniel Wabyick
- 169
- 12

Richard Millan
- 582
- 5
- 8
-
1The first link is broken now. – splattne Apr 11 '13 at 06:33
1
I found this code very useful. Very well fragmented into individual files and a nicely written router. Exactly mirroring the CRUD behavior.

sudhanshu
- 462
- 5
- 17
0
Slightly outdated and simplistic, but I'll update this to revision 10 soon:

mehulkar
- 4,895
- 5
- 35
- 55