geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Cannot load geoip #48

Closed micheledisalvatore closed 10 years ago

micheledisalvatore commented 10 years ago

I'm having this error after "bundle update":

/Users/../.rvm/gems/ruby-2.0.0-p247@master/gems/activesupport-4.0.1/lib/active_support/dependencies.rb:229:in `require': cannot load such file -- geoip (LoadError)

Before the bundle update it was working perfectly.

In the while, if I exclude geokit-rails from my gemfile, everything works fine....

micheledisalvatore commented 10 years ago

ficed adding "gem 'geoip'" to the gemfile