Track your OSS Productivity with GitHub.
http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php
-
See .gems (Heroku gem manifest) for required gems.
-
Setup a config/database.yml. See config/database.sample.yml.
-
Setup the initial database and start the application.
$ rake db:schema:load $ rackup config.ru
-
Start the console:
$ rake console:
-
Once you add a user, it will be accessible like so:
-
Add a user from GitHub.
$ rake seinfeld:add USER=technoweenie
-
Update all progresses from GitHub, should be ran nightly.
$ rake seinfeld:update USER=