Wiring up CRUD Actions Between Ember and Rails

This is not fully fleshed-out, but we're using it. There are some tutorials out there to help you get started with pairing the excellent Ember front end javascript framework with a Rails back end API. It can be a little harder to find a condensed source to help you go beyond simple GET requests. This tutorial is based off of a project called Snowcial, and will cover implementing CRUD actions for an existing groups model. You can substitute this with
- Wiring up CRUD Actions Between Ember and Rails

Read more