listing your gems
getting a list of gems becomes very important when you are running multiple servers with mongrel instances on them. Our environment I’ve been trying to go with a Beta, Stage and Prod environment for everything and Rails gets really mad when your module version doesn’t match what it expects, backwards compatibility doesn’t seem to be the rule. So I need to list out modules on each server and match them to the next server.
gem list --local