Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample app using Ember Data and Rails backend [closed]

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

like image 318
Sébastien Grosjean - ZenCocoon Avatar asked Apr 22 '12 14:04

Sébastien Grosjean - ZenCocoon


2 Answers

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:

like image 61
Richard Millan Avatar answered Oct 20 '22 01:10

Richard Millan


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

like image 43
sudhanshu Avatar answered Oct 20 '22 00:10

sudhanshu