production environment without root access

Is there any way to set up a production Rails environment without root access?

Is there any way to set up a production Rails environment without root access?

Absolutely (assuming you've got the basic stuff (ruby, apache etc...)
installed and configured. gems can be installed in locations that you can write to, and your
source can be anywhere you fancy really.

Fred