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

后端 未结 6 1670
轻奢々
轻奢々 2020-12-14 12:11

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

6条回答
  •  粉色の甜心
    2020-12-14 12:52

    You shouldn't need to "pack" your gems.

    I've spent a week trying everything. Following ALL of the troubleshooting steps here finally resolved it:

    https://github.com/carlhuda/bundler/blob/master/ISSUES.md

    Good luck!

提交回复
热议问题