I am trying to use geocoder gem to geocode address into latitude and longitude. However when I create a new record, it only records the address string but doesn't contain the latitude and longitude of the given address.
I am behind a proxy, but I have my proxy variable set.
I am trying to use geocoder gem to geocode address into latitude and longitude. However when I create a new record, it only records the address string but doesn't contain the latitude and longitude of the given address.
I am behind a proxy, but I have my proxy variable set.
What could be the problem here ?