Hi, since I updated ruby using Mac Ports (on Leopard) I have got several problems and I also had to reinstall gems. Now when I run Mongrel I keep getting the error "Missing these required gems" followed by the list of gems that I required in environment.rb but that gems seems to be correctly installed as I see running gem list
.
I think that rails is looking for a previous installation, but I don't know how to configure it to use the new ruby/gem path.
Thanks!