使用Ember Data和Rails后端的示例应用程序

时间:2012-04-22 14:21:48

标签: ruby-on-rails ember.js ember-data

使用ember数据推荐的任何示例应用?理想情况下使用Rails后端和模型关联。

3 个答案:

答案 0 :(得分:7)

我一直在使用这个应用程序作为例子: https://github.com/dgeb/ember_data_example

这篇博客文章也有很好的方向: Getting started with Ember Data and Rails

通过查看Ember-Data项目documentationtests,我能够理解关联:

答案 1 :(得分:1)

我发现这段代码非常有用。非常好地分成单个文件和一个写得很好的路由器。 完全反映CRUD行为。

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

答案 2 :(得分:0)

稍微过时且过于简单,但我很快就会将其更新到第10版:

http://github.com/mehulkar/teams