We are doing local development of our app, then pushing it to two separate heroku projects, using one as a staging environment, and one as a production environment.
Ideally, we'd set RAILS_ENV to staging and production respectively and be able to put configuration for each in /config/environments/ staging.rb and /config/environments/production.rb. It seems, however, that heroku only allows you to be in development or production. Is there a way to do what I'm trying to do? If not, is there some way that I can at least know where I'm running from so I can do the appropriate thing with S3 and things like that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
