This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
geokit-geoip-provider.gemspec | ||
| |
lib/ |
README
== GeoKit GeoIP Provider === Install gem install DefV-geokit-geoip-provider === Setup ==== Rails config.gem 'DefV-geokit-geoip-provider', :lib => 'geokit-geoip-provider' Download and unzip a recent GeoCity database from http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz Add GeoIp as a ip_address provider: GeoKit::Geocoders.ip_provider_order.unshift :geo_ip GeoKit::Geocoders.geo_ip_database = RAILS_ROOT + "/lib/ext/GeoLiteCity.dat" # or the path you downloaded your geocity database And you can start using the GeoIp geocoder








