thecodecrate / city-state

Simple ruby gem to create form lists with cities and states
MIT License
306 stars 135 forks source link

Missing US cities #25

Closed SaimonL closed 7 years ago

SaimonL commented 7 years ago

I am not getting any US cities.

[16] pry(main)> CS.cities(:us)
[]

[23] pry(main)> CS.cities(:ms)
[
    [  0] "Abbeville",
    [  1] "Aberdeen",
    [  2] "Ackerman",
    [  3] "Amory",
    [  4] "Anguilla",
    [  5] "Ashland",
    [  6] "Bailey",
    ............
SaimonL commented 7 years ago

Never mind I see you need both country and state. I though to get full list of city would be cool.