Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 717 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 717 Bytes

Ember REST Example

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

Installation

Assuming Ruby 1.9.2+ with bundler gem installed:

$ bundle install
$ bundle exec rake db:migrate
$ rails s

Notes

Please help improve this example by filing issues and pull requests!

License

Copyright 2012 Dan Gebhardt. MIT License (see LICENSE for details).