I've got a staging app on heroku. The app works if I leave the RACK_ENV set as production, but if I set it to staging the app crashes (Error H10 (App crashed)) - that's all the info I get...
My app is a Padrino app, and I'm using RACK_ENV to set some things like the base url to use in emails etc. I did a search in my code for RACK_ENV, and it looks like everything is set properly based on the different possible values.
I saw in the logs it said 'No logging configuration for :staging found, falling back to :production' - I don't know if that is to do with the problem though, as that message wasn't near the failure message.
Anyone know what might be going on?
Thanks :)