This is the todo application built for managing 100 things you want to do before you die. It's based on Backbone Todos app, with a rails back-end.
git clone https://github.com/mattsjohnston/100list
cd 100list
make sure mongodb is running and that the database in config/mongoid.yml is correct. Then...
bundle install
rails server