This is a Ruby on Rails application demonstrating how Knockout JS can be integrated with Ruby on Rails.
To get the code up and running you will need:
- Ruby and Rubygems
- Bundler
- SQLite3
The usual Rails installation directions applies. If you're unfamiliar with Rails this means:
git clone git://github.com/jacobat/Knockout-On-Rails.git cd Knockout-On-Rails bundle rake db:setup Go to the directory you cloned and run:
rails server And point your browser at localhost:3000