This is a simple Rails 3.2 app created to demonstrate using Ember.js with a basic RESTful persistence strategy.
The app itself is a single-page Ember.js take on Rails CRUD scaffolding. It is one of several similar examples I'm creating to try out Ember.js and different persistence strategies.
I extracted the ultra-simple ember-rest.js from this example: https://github.com/cerebris/ember-rest
Assuming Ruby 1.9.2+ with bundler gem installed:
$ bundle install
$ bundle exec rake db:migrate
$ rails s
Please help improve this example by filing issues and pull requests!
Copyright 2012 Dan Gebhardt. MIT License (see LICENSE for details).