joshk / completeness-fu

Simple dsl for defining how to calculate how complete a model instance is (similar to LinkedIn profile completeness)
http://blog.tty.nl/2009/09/23/100-completeness-fu/
160 stars 32 forks source link

In Rails 4 Load Error #12

Open ambey99 opened 7 years ago

ambey99 commented 7 years ago

bundle install works fine but when I am restarting rails server getting following error:

cannot load such file -- active_support/core_ext/class/inheritable_attributes (LoadError) from /home/yuva/.rvm/gems/ruby-2.3.3/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in block in require' from /home/yuva/.rvm/gems/ruby-2.3.3/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:240:inload_dependency'

JonnalagaddaDevi commented 4 years ago

I am getting the same error. Did you find any solution for this?