Rails rack - mounting multiple web applications

I remember having stumbled upon a tutorial or blog, describing how to mount multiple web apps in a single rails/rack application.

Does anyone have any idea where I can find info on how to do this?

Thanks!

Not sure about a blog or tutorial, but I think this project http://github.com/hassox/pancake could match what you're looking for.