- Jun 18, 2018
-
-
Alex Reisner authored
Culprits: .present? and .try
-
Alex Reisner authored
Appears to be defunct.
-
- Jun 17, 2018
-
-
Alex Reisner authored
Fixes #609. Bing seems to support this type of character escaping now. It's not discussed in their documentation but it works with every query I've tried so hopefully we're finally good on this issue. Also remove some unnecessary assertions from tests.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
No longer seems to exist.
-
- Jun 15, 2018
-
-
Alex Reisner authored
Fixes #1299.
-
- May 27, 2018
-
-
Alex Reisner authored
-
- May 25, 2018
-
-
Alex Reisner authored
and remove separate #latitutde and #longitude methods (which are defined in base Result class).
-
- May 24, 2018
-
-
Alex Reisner authored
-
- May 21, 2018
-
-
Alex Reisner authored
-
- May 14, 2018
-
-
Heath Attig authored
* Update initializer template to use ipinfo_io * Implement ipstack lookup * Add Ipstack readme documentation * Add post-install message * Remove DSL from ipstack lookup * Remove unnecessary logging * Update post-install message
-
- May 11, 2018
-
-
Cayo Medeiros (yogodoshi) authored
-
- Apr 25, 2018
-
-
Alex Reisner authored
Fixes #1286.
-
- Apr 10, 2018
-
-
Scott Wenborne authored
-
Scott Wenborne authored
-
- Apr 09, 2018
-
-
Alex Reisner authored
Freegeoip/IPstack no longer provides keyless service.
-
- Apr 04, 2018
-
-
David authored
-
- Mar 22, 2018
-
-
Michael Holroyd authored
Update Geocodio to v1.3
-
Alex Reisner authored
Fixes #1273.
-
- Mar 13, 2018
-
-
Alex Reisner authored
-
Jordan Moncharmont authored
some google geocoding requests have bounds within the result. add a helper to extract these. * Add tests to cover results with no bounds In this case, calling .bounds should return nil. Oddly, calling viewport on a result with no viewport causes the current code to `fail`. I have preserved this behavior even though I think it to be a little odd.
-
Alex Reisner authored
but default to HTTPS (custom hosts may not support HTTPS). This partially reverts 7cb0acc9.
-
- Feb 28, 2018
-
-
Alex Reisner authored
-
- Feb 27, 2018
-
-
Steven Harman authored
Rails 5.2 changed the receiver within a scope from `klass` to `relation`. With that, we no longer have private access to Geocoder::Store::ActiveRecord#near_scope_options, and so must make it public. see: https://github.com/rails/rails/pull/29301
-
- Feb 20, 2018
-
-
Alex Reisner authored
Should have been part of 7cb0acc9
-
Alex Reisner authored
HTTP support will be discontinued according to this: https://lists.openstreetmap.org/pipermail/geocoding/2018-January/001918.html Fixes #1267
-
Alex Reisner authored
for Google Premier. No longer required, according to this page: https://developers.google.com/maps/premium/overview Fixes #1268
-
- Feb 16, 2018
-
-
Mathias Hansen authored
-
- Feb 04, 2018
-
-
Robert Schaefer authored
suggested by @alexreisner
-
- Jan 16, 2018
-
-
German Velasco authored
Bing returns the status codes within the json response. When a request is forbidden, it will return a 403. If there is an internal server error, it will return a 500. And if the service is unavailable for some other reason, it will return a 503. That information was obtained from bing's [Status Codes and Error Handling](https://msdn.microsoft.com/en-us/library/ff701703.aspx) documentation. We handle those three status codes here to raise `Geocoder::RequestDenied` (for 403) and `Geocoder::ServiceUnavailable` (for 500 and 503). This allows for the users of the Geocoder to handle those errors in their applications.
-