geo_location
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.
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.