You can run the this application running the following commands:
$ git clone git://github.com/danielvlopes/railsmg.git && cd railsmg $ cp config/database.yml.example config/database.yml $ rake gems:install $ rake db:migrate $ ruby script/server
If you would collaborate, you can create a fork, apply the modification and submit a pull request :)