I have a Rails 4 app deployed on Heroku.
I have a method that decode an ip
number to it´s city
equivalent.
From what I've understood there are a bunch of pitfalls when geocoding, i.e. reaching request limit on shared ip, unupdated geocode providers etc.
If someone has any recent experience of any similar user case as the one described above, it would be much appreciated to learn what setup works (if at all) best.