I have been working with rails and have been trying to setup passenger with rake 10.1.0 and it sends back me this errors.
Here is the link to the error.Website LInk
The problem is that when you run the ruby command from the web server, it does not add /home/rails/.rvm/gems/ruby-2.0.0-p353@global/gems
to your GEM_PATH
, only /usr/local/rvm/.../gems
. Your rake gem is installed in /home/rails/.rvm/gems
. You need to add /home/rails/.rvm/gems/ruby-2.0.0-p353@global/gems
to GEM_PATH
.