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