Re: ENV['APP_NAME'| not working on cedar?

2012-03-13 Thread vierundsech...@googlemail.com
silly me: It is nil on cedar because I forgot to set it - that is at least what I did for an app on bamboo. Anyway, is there a way to find out the name of the running app without manually setting it?! On 13 Mrz., 07:27, "vierundsech...@googlemail.com" wrote: > I'm currently trying to get hirefire

ENV['APP_NAME'| not working on cedar?

2012-03-12 Thread vierundsech...@googlemail.com
I'm currently trying to get hirefire to run on cedar: hirefire is using ENV['APP_NAME'] to get the name of the app it is running on - this has been working on previous stacks, but is nil on cedar - I'm currently using ENV['NEW_RELIC_APP_NAME'] but is there a better way to get to the app-name?! --