deploying rails3 apps with bundler and phusion passenger: .bundle dir not found

Posted by z3cko on Stack Overflow See other posts from Stack Overflow or by z3cko
Published on 2010-03-22T17:34:20Z Indexed on 2010/05/23 0:40 UTC
Read the original article Hit count: 703

i am trying to deploy rails3 apps with the latest phusion passenger 2.2.11 and ruby-enterprise-1.8.7-2010.01. i am using bundler, but passenger seems to not be able to find the .bundle dir.

error message:

git://github.com/rails/rails.git (at master) is not checked out. Please run `bundle install` (Bundler::PathError)

where do i install the .bundle? where do i tell passenger which bundle to use? any hints?

thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about passenger