A checklist manager inspired by Braintree's Runbook Also documentation from a intro to Rails conversation at FocusedLabs
- Make sure the following dependencies are installed / up-to-date
- Homebrew
- Xcode command line tools (license agreement checked)
rbenv
package manager, I install via homebrew- Check for the latest ruby version
rbenv install -l
- Install the latest version with
rbenv install [VERSION NAME]
- Update the global version with
rbenv global [VERSION NAME]
- Check for the latest ruby version
- Latest Rails version:
gem install rails
nvm
has the latest node- Postgres version is current
- I've tried to align the commit messages roughly to the command line processes that I ran to generate the code
- If there's not a command in the commit, it should be pretty descriptive in a normal way.