RAILS_ENV=production bundle exec rake assets:precompile を実行すると、次のようになります。
Rake aborted!
no such file to load -- gelf
Tasks: TOP => environment
(See full trace by running task with --trace)
rake aborted!
--trace で実行すると、次のようになります。
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
rake aborted!
no such file to load -- gelf
/Users/gareth/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
/Users/gareth/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require'
/Users/gareth/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/gareth/.rvm/gems/ruby-1.9.2-p320/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
/Users/gareth/enghance/config/initializers/graylog.rb:1:in `<top (required)>'
同じエラーで解決策や質問を見つけることができなかったので、それは基本的なものかもしれないと考えています。
同じ問題を抱えていて、それを理解した人、または何がうまくいかないのか知っている人はいますか?