No such file to load bundler error for Rails 3

前端 未结 6 1270
粉色の甜心
粉色の甜心 2020-12-29 13:45

I have a Rails 3 app ready for staging.

I haven\'t got a VPS host set up yet. As I was planning to have everything on shared host for the first few months.

6条回答
  •  我在风中等你
    2020-12-29 14:29

    The solution is here http://rvm.beginrescueend.com/integration/passenger/. You need to point your HTTP server to passenger_ruby wrapper instead of bin/ruby.

    E.g. for RVM & Apache it should be something like that:

    PassengerRuby /Users/username/.rvm/bin/passenger_ruby
    

提交回复
热议问题