Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 351 Bytes

README.rdoc

File metadata and controls

21 lines (12 loc) · 351 Bytes

rubycommitters.org

This is the source code for the rubycommitters.org website.

Hacking

First clone the repo:

$ git clone git://github.com/tenderlove/rubycommitters.org.git
$ cd rubycommitters.org

Then import committer data

$ bundle install
$ rake import

Start your server

$ ruby script/rails server

Have fun hacking!