bundle install
他のgemの中でも特に、実行してインストールしましrmagick
た。helpers/images_helper.rb
を呼び出すファイルがありますrequire 'rmagick'
。すべてが私のローカル コンピューターで動作します。ただし、これを Ubuntu (Amazon EC2 インスタンス) で実行しようとすると、メイン ページに次のエラーが表示されます。
LoadError in HomeController#hello
Missing helper file helpers/rmagick.rb
Rails.root: /home/ubuntu/app
Application Trace | Framework Trace | Full Trace
app/controllers/application_controller.rb:3:in `<top (required)>'
app/controllers/home_controller.rb:1:in `<top (required)>'
This error occurred while loading the following files:
rmagick
実行gem env
して、gem がインストールされていると書かれているディレクトリを調べたところ、実際にrmagick.rb
. どうしたの?とにかくヘルパーファイルを探しているのはなぜですか?