Rails 3 — Bundler/Capistrano Errors

前端 未结 8 1611
攒了一身酷
攒了一身酷 2020-12-07 13:39

I have a basic Rails 3 app working locally on my development box, but want to test out deploying early on to make sure everything works. I\'m using Capistrano to deploy.

8条回答
  •  执念已碎
    2020-12-07 13:43

    That last line should actually be

    set :rvm_type, :user
    

    that is, user must be a symbol and not a variable, otherwise you'll get

    undefined local variable or method `user'
    

提交回复
热议问题