Archive for 2014
Adding a staging environment to Rails
A staging environment is meant to track as closely as possible the production environment in order for your app to be entirely tested under the condition of production. Let’s dig into this.
Published on September 29, 2014 in Ruby on Rails.