Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 12, 2016
  3. Apr 09, 2016
  4. Apr 05, 2016
  5. Apr 04, 2016
    • Piotr Górecki's avatar
      Add ip api com lookup · c466a0c3
      Piotr Górecki authored
      * Add ip-api.com (ip lookup) support
      
      This service returns better coordinates for Europe than other free ip lookup services available in geocoder.
      
      * Clean the results class
      
      Remove default responses for fields.
      
      * Remove checking fields in url query
      
      API already handles unknown fields, so this check is unnecessary.
      
      * Add a test for using parameters directly in search method
      c466a0c3
  6. Apr 03, 2016
  7. Apr 01, 2016
  8. Mar 30, 2016
  9. Mar 18, 2016
  10. Mar 17, 2016
  11. Mar 15, 2016
  12. Mar 13, 2016
  13. Mar 12, 2016
  14. Mar 11, 2016
  15. Mar 07, 2016
  16. Mar 01, 2016
  17. Feb 26, 2016
  18. Feb 25, 2016
    • PWoltman's avatar
      Add supported_protocols to Freegeoip.rb lookup · a52c201c
      PWoltman authored
      I uncovered a small issue when switching from Yahoo BOSS to Google (with API, which requires enabling :use_https).  Because the Freegeoip.rb file is missing a supported_protocols method, it attempts to do an https lookup for IP lookups when enabling :use_https.
      
      I already tested this on my setup and it appears to resolve the issue, with lookups/base.rb detecting that https is not supported for Freegeoip
      a52c201c
  19. Feb 21, 2016
  20. Feb 20, 2016
Loading