No such file to load bundler error for Rails 3

前端 未结 6 1214
粉色の甜心
粉色の甜心 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:42

    Passenger doesn't read environment variables from config.ru until after it has loaded. Without your backtrace I can't be positive, but I suspect everything will work if you just run bundle lock. If you're still having trouble after that, there's a list of troubleshooting information at the bottom of the bundler README that I need to know exactly what's going on.

提交回复
热议问题