标签: ruby-on-rails unicorn
我们在使用unicorn 启动我们的rails应用程序时遇到NameError,LoadError问题(例如unicorn -p 3000)。这种情况突然发生,我该如何避免这个问题。
http://pastie.org/7146907
答案 0 :(得分:0)
您是否先运行bundle install?您还应该使用bundle exec unicorn ...启动独角兽。
bundle install
bundle exec unicorn ...