Rails 3.2.1 myapp を unicorn で起動すると、次の種類のエラー/例外が常にログに記録されます。グーグルで解決しようとしましたが、修正できませんでした。
==> log/unicorn_err.log <==
Exception `NameError' at
/myapp/releases/c2c1e8f50b31eede21692692cf6dac28a
d85177e/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/act
ive_support/core_ext/module/remove_method.rb:4 - method `_routes'
not defined in Class
Exception `NameError' at
/myapp/releases/c2c1e8f50b31eede21692692cf6dac28a
d85177e/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/act
ive_support/core_ext/module/remove_method.rb:4 - method `helpers'
not defined in Class
そして、この誰か他の人の要点https://gist.github.com/1353923のように、他にも多くのNameError'
エラーがあります