cities icon indicating copy to clipboard operation
cities copied to clipboard

World city data in Ruby

Results 9 cities issues
Sort by recently updated
recently updated
newest added

Created a buildpack to download JSON data and get it prepared to be used with this gem https://github.com/kodolabs/heroku-buildpack-cities

Hi! I created a small function - fetching cities for particular state/subdivision object. I created it regarding my project, but I believe it will be useful for many users of...

Hi! is this file https://s3-us-west-2.amazonaws.com/cities-gem/cities.tar.gz being updated?

I saw in the code that the data is loaded in the `load_country_data` private method. It'd be good if this method was customizable (using my lambda or proc, for example)?...

Im trying out this work, I find it useful, I am just wondering why the caching work for cities that is done in master is not into the latest version...

How to start with this gem? Please update document.

Where you get it? It seems too old (I saw the population of my homeland cities). How can I get a fresh data?

I added "gem cities" into my Gemfile and bundled. I also downloaded the data. Then I opened my console and typed ``` 2.1.1 :002 > require 'cities' => false 2.1.1...

guys yoiu have a major issue in lib/cities.rb The error popsup when i do cities = Cities.cities_in_country('FR') /cities-0.3.1/lib/cities.rb:30:in `has_data?': undefined method `exists?' for Dir:Class (NoMethodError) This is the method involve...