You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the city state gem will work. As a proof of concept, I removed the forked version and added the original city-state gem. I created an maxmind account using the engineering email. Credentials & license key in password manager.
Following this blog post I created a basic rails form in place of the original location vue form to test out the idea. I think this path forward will work as expected. I did not try to "update" the city-state data yet, but the docs state the data can be updated using the following
CS.set_license_key('MY_KEY')
CS.update
Based on this information, I am moving this ticket into the review/QA and we can determine next steps!
I started looking at the city-state gem too, looks like it's a good out-of-the-box option.
If we want to add additional location data (which the gem supports)... I was able to add an additional state, but I wasn't able to add an additional city, looks like other people are running into this issue to:
That's one downside I'm seeing is that the gem maintainer(s) aren't very active/responsive. But, perhaps this gem will work if we don't need any customizations. 🤔
Goals:
The text was updated successfully, but these errors were encountered: