deploying rails3 apps with bundler and phusion passenger: .bundle dir not found
- by z3cko
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!