Looking at the latest release of geokit-rails (2.1.0), it looks like they have removed the method geo_scope (https://github.com/geokit/geokit-rails/commit/781c4dc62d3b044196efbfad269d4780e6afbe6b).
However, the README on the github account still says to use it.
If the example they provide in the README -- "Location.geo_scope(:origin => '100 Spear st, San Francisco, CA')" -- no longer works whats the new method?
Problem I am trying to solve:
When users register for my site, I collect their mailing address, I need to convert that to lat/long and store it in my database.