no such file to load — bundler/setup (Ruby on rails)

后端 未结 4 858
谎友^
谎友^ 2021-01-07 23:08

I am attempting to get a rails 3.0.5 app up and running at http://blastoserver.com/. You can see the errors there. (backtrace)

Any ideas?

4条回答
  •  心在旅途
    2021-01-07 23:39

    Make sure you are running "bundle exec ..." for example: "bundle exec rake -T" instead of just "rake -T". This makes sure that you are executing the command in the context of gem bundle.

    For more info, look at: http://gembundler.com/

提交回复
热议问题