We need a Rails plugin for US states and cities. Please see if we can get that.

link|improve this question

38% accept rate
It would seem that instead of a plugin, you're looking for a data set to add to your database, no? – Doug Hays Sep 12 '09 at 4:18
That would do... Where can I find that? – Aditya Sep 12 '09 at 4:22
feedback

3 Answers

up vote 2 down vote accepted

Maybe this would help: http://github.com/bcardarella/decoder

link|improve this answer
feedback

Interestingly enough, the National Weather Service produces such a data source: http://www.weather.gov/geodata/catalog/national/html/cities.htm

link|improve this answer
feedback

I just took the data from the NWS and created a Rails plugin called geoinfo hosted on Github. At this point, it's still a quick hack, but contains all the NWS data in the lib/db folder if you don't want to use it as a plugin. Hope this helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.