Sometimes we find stuff on the internet that we need every once in a while, or that we want to refer back to later. Here are links to those things.
-
How to check out a pull request locally (before you accept it) - I've found this comment particularly helpful since I don't do this all the time.
-
Merge or Rebase - Great discussion of when you should merge vs. when you should rebase.
-
Allocating Memory for Postgres on Mac OSX Super helpful walkthrough on upping the memory postgres can use on your mac. I've (John) run into problems with my local db freaking out and dying because it runs out of memory or connections or something.
-
Structuring a Sinatra App - Sometimes we do stuff in Sinatra, this is a good guide for adding some structure to Sinatra apps.
-
Better Specs Great resource for how to write your specs.