Created
April 2, 2013 22:24
-
-
Save evolve2k/5296732 to your computer and use it in GitHub Desktop.
Steps to complete when handing off a Ruby Application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Add versions to all the gems in the Gemfile. | |
| (This app may be picked up again months or years later, its terrible to try to compile it when the versions aren't present.) | |
| 2. Update the README | |
| 3. Ensure the test suite is passing. | |
| 4. Add a 'handover' note in the README which outlines the state of the specs and the pointy bits of the project and in non-political terms where things are at. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment