Showing posts with label basecamp. Show all posts
Showing posts with label basecamp. Show all posts

Beyond the default Rails environments

Rails ships with a default configuration for the three most common environments that all applications need: test, development, and production. That’s a great start, and for smaller apps, probably enough too. 

But for Basecamp, we have another three: Beta, Staging, Rollout.

Read the article | 37signals