smart-village-solutions / Goldencobra

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

Geocode errors should not prevent articles from being saved/updated #98

Closed donni106 closed 7 years ago

donni106 commented 7 years ago

Golden Cobra has the ability to add geocoding features to Goldencobra::Articles with belongs_to :location, class_name: Goldencobra::Location.

Golden Cobra uses: http://www.rubygeocoder.com https://github.com/alexreisner/geocoder

There is a bug when Goldencobra::Articles are saved or updated that an internal server error occurs, i.e. Geocoder::OverQueryLimitError

If a Goldencobra::Location produces errors, the Goldencobra::Article has to be saved or updated anyway.

5minpause commented 7 years ago

Should I do this @donni106 or is someone else on this? What's the priority here?

donni106 commented 7 years ago

I would love it if you can find a good solution. The priority is higher than other issues, but feel free to handle it with your time.