View Single Post
  #1  
Old 01-16-2007, 05:30 PM
gwhite gwhite is offline
Member
 
Join Date: Jan 2007
Posts: 17
Default Custom Rails Environment

Is there a way to set the Rails Environment to a custom setting besides development or production? I want to establish a staging environment. I've tried setting the global rails environment setting to N/A and then adding RAILS_ENV=staging as an Environment variable but it didn't appear to be picked up by the Rails context for my virtual host. Thanks
Reply With Quote