How to deploy Rails to a Staging Environment Discussion
Discussion for
How to deploy Rails to a Staging Environment
Chris,
Great video as usual. One question: when using custom environments, how do you handle Gem's that customize behavior based on Rails.env? For example: Rails.env.production? ? prod_thing : non_prod_thing
If we create a staging environment, that code will fallback to development behaviors.