RVM, Ruby 1.9.2, Rails 3, Passenger 3.0.2 (Bundler::GemNotFound)

11,371

Believe it or not this is a very common problem most Rails Developers will come across. Have a look at this post which details the fix I think you are looking for. Best of luck. http://dalibornasevic.com/posts/21-rvm-and-passenger-setup-for-rails-2-and-rails-3-apps

Share:
11,371
Harry
Author by

Harry

Updated on June 05, 2022

Comments

  • Harry
    Harry almost 2 years

    I'm using RVM, Ruby 1.9.2, Rails 3, Passenger 3.0.2 configured for Nginx, I setup server configuration correctly. Another app working so far.

    But for the new app, when booting server

    http://myapp.local (its configured with hosts to point server bind on Nginx conf) It returns (Bundler::GemNotFound) error. How to get around this?

    Thanks.

  • Harry
    Harry over 13 years
    It works. Solution also mentioned here too rvm.beginrescueend.com/integration/passenger
  • Harry
    Harry over 13 years
    Also RVM's .rvmrc file must be on root path.
  • kylewelsby
    kylewelsby over 13 years
    Great stuff, Good Luck Harry.
  • Victor S
    Victor S about 10 years
    Because you installed in the global gem sets. Global... get it?