Gemfile bullet gem に追加しました:
gem "bullet", :group => "development"
私のdevelopment.rbに次を追加しました:
config.after_initialize do
Bullet.enable = true
Bullet.alert = true
end
Rails サーバーを実行しようとすると、次のエラー メッセージが表示されます。
/home/mateusz/.rvm/gems/ruby-2.0.0-p0@rails4/gems/bullet-4.7.1/lib/bullet/active_record4.rb:53:in `alias_method': undefined method `construct_association' for class `ActiveRecord::Associations::JoinDependency' (NameError)
助けてくれてありがとう。