You can check to see if you're on Heroku with code like this: if defined? Heroku # ... else # ... end
As for environments other than development or production, it would be possible for us to change the interface to let you specify an arbitrary string. Who out there would use this feature if we had it? Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
