I am actually running phusion passenger on ubuntu for a while. today i updated Ruby Enterprise Edition to the latest version - now it seems i have to reinstall all the gems that were installed on the system. so here are my questions
- what is the best way to setup phusion passenger and ruby enterprise edition to easily maintain gems afterwards, even if a new Ruby Enterprise Edition gets released?
- should gems be installed from the root user or from a system user (user .gem directory) - what would be the best practice here?