Closed donni106 closed 7 years ago
Should I do this @donni106 or is someone else on this? What's the priority here?
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.
Golden Cobra has the ability to add geocoding features to
Goldencobra::Article
s withbelongs_to :location, class_name: Goldencobra::Location
.Golden Cobra uses: http://www.rubygeocoder.com https://github.com/alexreisner/geocoder
There is a bug when
Goldencobra::Article
s are saved or updated that an internal server error occurs, i.e. Geocoder::OverQueryLimitErrorIf a
Goldencobra::Location
produces errors, theGoldencobra::Article
has to be saved or updated anyway.