no such file to load — bundler/setup in Rails 3.2 with Passenger

前端 未结 2 1952
谎友^
谎友^ 2021-01-22 23:15

I\'m running a vserver on apache2 with passenger. Using RVM for ruby. Ruby Version -> 1.9.3p194 Rails Version -> 3.2.3 Set up by Apache Virtual Host Configuration ...

No

相关标签:
2条回答
  • 2021-01-23 00:02

    looks like the bundler gem isn't in your path or isn't installed

    0 讨论(0)
  • 2021-01-23 00:13

    Create a .htaccess in your root dir and use it to specify the GEM_PATH.

    For example:

    SetEnv GEM_PATH /home/dinduks/.rvm/gems/ruby-1.9.3-p0
    
    0 讨论(0)
提交回复
热议问题