Skip to content

oruen/rails-emberjs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb1eafc · Jan 16, 2012

History

6 Commits
Jan 15, 2012
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Dec 29, 2011
Jan 15, 2012
Dec 29, 2011
Dec 29, 2011

Repository files navigation

Rails Ember.js Demo

Small demo showing power of Ember.js and Ember-Resource.

Live demo could be found at rails-emberjs-demo.herokuapp.com/

Recommendation

Use (rvm) to keep your entire Ruby/Gem installation for this project separate from your others if you haven’t already.

Installation

gem install bundler --no-rdoc --no-ri
bundle install
rake db:migrate

Running Tests

rake

Starting Rails

rails s

Running the Web Application

localhost:3000