A super-simple example application that uses the Ember.js REST adapter to load data from a RESTful API.
There are 2 data models: User and Message. Messages belong to a User, Users have many Messages.
Did I say it was simple? ;)
git clone git@github.com:swinton/simplest-emberjs-rest-example.git
cd src
python -m SimpleHTTPServer 3319 # and open http://localhost:3319/ in your browser :)See it running at http://swinton.github.com/simplest-emberjs-rest-example/.