geo_location icon indicating copy to clipboard operation
geo_location copied to clipboard

Geo-locate your users using their IP address via hostip.info (free) or maxmind.com (paid) with the Rails 3 GeoLocation gem.

Results 3 geo_location issues
Sort by recently updated
recently updated
newest added

MaxMind is beginning to enforce policies around its API endpoints. Endpoints should use the correct hostname for the product or service, and should always use HTTPS. [Release Note.](https://dev.maxmind.com/geoip/release-notes/2023#api-policies---temporary-enforcement-on-october-17-2023)

Not sure if I'm using this correctly but GeoLocation.find('24.24.24.24') returns nil

You may want to make it clear that nokogiri is a dependency for geo_location, as the rails application will fail to load if it isn't installed.