Skip to content

Instantly share code, notes, and snippets.

@evolve2k
Created April 2, 2013 22:24
Show Gist options
  • Select an option

  • Save evolve2k/5296732 to your computer and use it in GitHub Desktop.

Select an option

Save evolve2k/5296732 to your computer and use it in GitHub Desktop.
Steps to complete when handing off a Ruby Application
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