18

Any sample app using ember data to recommend ? Ideally with Rails backend and models associations.

3 Answers3

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:

Richard Millan
  • 582
  • 5
  • 8
1

I found this code very useful. Very well fragmented into individual files and a nicely written router. Exactly mirroring the CRUD behavior.

https://github.com/bazzel/ember-sample2

sudhanshu
  • 462
  • 5
  • 17
0

Slightly outdated and simplistic, but I'll update this to revision 10 soon:

http://github.com/mehulkar/teams

mehulkar
  • 4,895
  • 5
  • 35
  • 55