I've added to my Gemfile bullet gem:
gem "bullet", :group => "development"
and in my development.rb I added:
config.after_initialize do
Bullet.enable = true
Bullet.alert = true
end
When I try to run my rails server I have the following error message:
/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)
Thanks in advance for help.
What is it primarily used for? – zhirzh Aug 15 '14 at 17:43