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

后端 未结 6 1646
轻奢々
轻奢々 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:46

    Been fighting this one also. I've found that doing a

    bundle --deployment
    

    does the trick. See the post here: Rails 3: Passenger can't find git gems installed by bundler

    Seems a bit hacky to me however. Would like to know if this is an issue with Passenger or bundler? Is it version specific, etc...

提交回复
热议问题