This is a TodoMVC application (http://todomvc.com/) written in Rails with a bit of JavaScript (Coffeescript).
Clone this repository and run the following commands:
bundle
rake db:test:prepare
rspec
Tests should pass. Otherwise, this is a standard Rails app.