I’ve been refactoring a Rails 3 application with a spaghetti configuration mess into something more in line with The Twelve Factor App where I’m using the dotenv gem for configuration. (One day we may want to use a service like Consul for configuration. That day is not yet today.) I also wanted to see what […]