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

cannot load such file -- completeness/fu (LoadError) #10

Open jamesconant opened 11 years ago

jamesconant commented 11 years ago

I've got "gem 'completeness-fu'" in my Gemfile (I've also tried gem install 'completeness-fu') and I've run bundle install.

Whenever I attempt to launch the rails server I get the following error:

/home/james/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.2.1/lib/bundler/runtime.rb:74:in `require': cannot load such file -- completeness/fu (LoadError)

It appears that bundler is looking gsubbing the - in the gemname for a / and is looking for that file. I'm not really sure.

Is there something stupid that I'm doing / not doing that might cause this, or have any others come across this problem?

Thanks in advance for any help on this matter.

upstarter commented 11 years ago

+1

mahinder commented 10 years ago

i have same issue

harshamv commented 8 years ago

any solution for this on rails 4?

Or any other gem?