A todomvc example integrating ember-cli-rails and jsonapi-resources
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