This document discusses using Ruby on Rails web applications on servers. It recommends using Ruby Version Manager (RVM) to manage multiple Ruby versions and environments. Typical web applications use 100,000-200,000 memory slots total, with 2,000-10,000 objects per request. The falcon Ruby patch improves performance. Foreman can be used to launch Resque workers and schedulers, and export the configuration. Capistrano and restarting workers via signals allows for seamless code deployments.