I know there are already some threads about this error, but none of them solved my problem.
I started a new rails app with rails 3.1.1 and RVM Ruby 1.9.2-p180.
It works when I use rails server
and go to localhost:3000
But when I try to host it like my other Rails 3.0.x apps using Passenger (OSX pref pane) and visit it in the browser I get the following error:
Error message:
Could not find rake-0.9.2 in any of the sources (Bundler::GemNotFound)
Exception class:
PhusionPassenger::UnknownError
Anybody else experiencing problems with rails 3.1.1 and passenger?
when I type gem list --local
there is definitely rake 0.9.2 in my list, and I am also in the correct RVM gemset.
Any ideas?