Ruby app servers : what’s hot ?

So you’ve got a fresh new Rails app to deploy and you’re wondering which Ruby app server to use.
The old school way : a bunch of single process workers monitored (by Monit or God) and reverse proxied by (usually) Nginx. A little old-fashioned because it needs a serious monitoring configuration in order to deal with [...]