smart-village-solutions / Goldencobra

CMS based on modules as Rails 4 engines
Other
21 stars 15 forks source link

Rescue OverQueryLimitErrors when commiting records #103

Closed 5minpause closed 7 years ago

5minpause commented 7 years ago

The geocode call was configured to always raise the Geocoder::OverQueryLimitError error. I think this is the right decision, but I still want the changes to the records to be saved.

Fixes issue #98

donni106 commented 7 years ago

Nice, thanks! This is also needed for branch release/1.5. Can you transfer it @5minpause?

5minpause commented 7 years ago

@donni106 see that PR here: #104