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 (例: unicorn -p 3000) を使用して Rails アプリケーションを起動すると、NameError、LoadError の問題が発生します。これは突然発生し始めました。この問題を回避するにはどうすればよいですか。
http://pastie.org/7146907
あなたはbundle install最初に走ったことがありますか?また、 を使用してユニコーンを開始する必要がありbundle exec unicorn ...ます。
bundle install
bundle exec unicorn ...