Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 724 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 724 Bytes

ember-cli-rails-todomvc

A todomvc example integrating ember-cli-rails and jsonapi-resources

Why?

I wanted to create a simple Rails and Ember.js that relied as much as possible on the default conventions of those projects.

In particular I wanted to have the following:

  • Asset pipeline packaging on the Ember.js application
  • Ember Data for persistence
  • JSON API as the wire protocol
  • PostgreSQL for the backend database