「プロダクション未定義メソッド「paginate」でのwill_paginateエラー」で説明されている私の問題を解決するために、次を実行してみました:
script/rails runner -e production
と:
bundle exec script/rails runner -e production
このgithubの問題で提案されているようなサーバー上: https://github.com/mislav/will_paginate/issues/308#issuecomment-17167158
しかし、次のエラーが表示されます。
bundler: command not found: script/rails
Install missing gem executables with `bundle install`
バンドルのインストールは役に立ちません。助言がありますか?
使用しています: Ruby 2.0.0p247、Rails 4.0.0、Ubuntu 12.10 LTS、Unicorn、Capistrano