Today at Ember Fest I'm presenting a session called "Client MVC != Server MVC". In it I compare and contrast the Ember style of MVC with the Rails style. Here's a link to the slides for the talk, and to a bunch of bonus JSBins that step through the process of building up a simple Ember application.

Slides

http://jagthedrummer.github.io/ember_mvc/

JSBins

A very simple app

A very verbose and simple app

Application layout

Adding a page

Rendering partials

Displaying data

Data binding

Models

Fixture Adapter

Dynamic routes & Nested routes/templates

Pattern display component

Create a new pattern

REST Adapter

Repos

Pattern Lab - An Ember CLI demo app.

Pattern Lab API - A Rails app providing a JSON API for the Ember app.