I have this Rails app that can be spawned (by Passenger) a number of times. I want to generate a random id for each instance and include it in every view (as a comment on the HTML output), and be able to access a specific instance using the id.
Is this possible with Passenger? Can I target a specific instance? I want to be able to run /reload, for example, on one of them.
Thanks for any help!
With 2.2 you can’t. However 3.0 will probably have such a feature. Watch our blog for news.