Rails 3: Passenger can't find git gems installed by bundler

前端 未结 6 2017
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 09:41

Rails 3.0.0, Passenger 2.2.15:

  • Create a new Rails project
  • Add gem \'paperclip\', :git => \'git://github.com/lmumar/paperclip.git\', :branch =
6条回答
  •  既然无缘
    2020-12-07 09:53

    I installed the passenger gem and its apache module as a sudo user and that was the problem in my case.

    The reason why I used sudo initially was that I copied the code from railscasts' episode 122. Installing it without sodu access resolved this issue. Since Ruby was installed using rvm without the sudo access on my system.

提交回复
热议问题