#72 Adding an Environment (revised)
Jan 19, 2012 | 4 minutes |
Rails comes with three environments: development, test, and production, but it is easy to add your own. Here I show how to add a separate staging environment and how to start up Rails under this.