我已添加到我的 Gemfile 项目符号 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)
提前感谢您的帮助。