Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在使用 unicorn启动我们的 rails 应用程序时遇到 NameError、LoadError 问题(例如 unicorn -p 3000)。这开始突然发生,我该如何避免这个问题。
http://pastie.org/7146907
你先跑了bundle install吗?您还应该使用bundle exec unicorn ....
bundle install
bundle exec unicorn ...