Custom Rails Environment

#1
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
 
Top