0

I'm completely new to rails and started playing with by taking an existing side project from PHP into Rails. Currently I'm using the MaxMind GeoLocation Pecl extension in PHP.

I'd like to know if there's an equivalent to Rails? I've searched Google and found a few prospects, but I'm also using Rails 3.2.3.

My question is what is comparable to the Pecl geolocation extension in rails? I did find this, but have not set it up yet.

I did find the Ruby Geocoder last night, which does seem promising

zkolnik
  • 882
  • 2
  • 7
  • 11
  • 1
    Here is a link to a similar question on SO http://stackoverflow.com/questions/1703511/ruby-geolocation-gem-plugins – Chris Apr 19 '12 at 21:40

1 Answers1

0

Did you try https://github.com/imajes/geokit-gem?

TuteC
  • 4,342
  • 30
  • 40