A small rails app intended to demonstrate the latest and greatest features in ruby/rails. The database.yml file is configured for a local sqlite3 database. If you've got the sqlite3-ruby gem installed the your ready to go. I recommend the mongrel web server for developing and testing your app. The following command should get all the needed/recommended gems sudo install sqlite3-ruby mongrel To get it running type rake db:migrate ./script/server