我设法通过capistrano将我的rails应用程序文件上传到我的ec2实例中,但现在我在尝试访问该网页时遇到了一些错误:
无法启动Ruby(Rack)应用程序
Error message:
Could not find activesupport-3.2.1 in any of the sources (Bundler::GemNotFound)
Exception class:
PhusionPassenger::UnknownError
我安装了activesupport并将其重新部署到服务器中...问题仍然存在......有什么想法吗?
答案 0 :(得分:1)
你有没有将gem添加到Gemfile中?
您是否将Gemfile.lock检查到了您的存储库?
您是否告诉您的capfile执行bundle install --deployment
或bundle install
?