So, I'm trying to use Maxmind GeoLiteCity.dat through GeoIP gem: https://github.com/cjheath/geoip And, what bothers me: How would I possibly return the list of all countries (this is fairly easy, since there is an appropriate YAML file down there) and cities - but I don't have a clue, how to read the city list. All I know is that they are somehow stored in this .dat file
Can anyone help me with this one ? Where and how should I look ?