Skip to content
Snippets Groups Projects
  1. Jun 17, 2018
  2. Jun 15, 2018
  3. May 27, 2018
  4. May 25, 2018
  5. May 24, 2018
  6. May 21, 2018
  7. May 14, 2018
    • Heath Attig's avatar
      Deprecate Freegeoip and Implement Ipstack (#1289) · 0f575821
      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
      0f575821
  8. May 11, 2018
  9. Apr 25, 2018
  10. Apr 10, 2018
  11. Apr 09, 2018
  12. Apr 04, 2018
  13. Mar 22, 2018
  14. Mar 13, 2018
  15. Feb 28, 2018
  16. Feb 27, 2018
  17. Feb 20, 2018
  18. Feb 16, 2018
  19. Feb 04, 2018
  20. Jan 16, 2018
    • German Velasco's avatar
      Raise bing errors for statuses 403, 500, 503 · 4dc3b36e
      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.
      4dc3b36e
  21. Jan 11, 2018
Loading