geocoder
gem has stopped working solely in the production environment. It works perfect and as expected in development.
I am on Ubuntu 16.04 using ruby 2.3.1 and rails 4.2.6
When I run ModelName.near("zip_code", "radius") in development from the rails console
, I am returned the associated rows as expected. When I run the same command in the server, it returns Google Geocoding API error: over query limit.
UPDATE
lat
and long
are not being saved in the production environment, but are being saved in development.