How To Contribute Code to Rails: Step By Step
Mike Gunderloy has written an excellent thirteen step guide to contributing to Rails - step by step. He covers:
Getting Git
Checking out the Rails source code
Setting up and running the tests that come with Rails (so you can check that your code doesn't bust Rails)
Forking Rails (for doing your changes)
Updating Rails with the changes in your [...]








