Skip to content
Snippets Groups Projects
  1. Apr 12, 2016
  2. Apr 09, 2016
  3. Apr 05, 2016
  4. 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
  5. Apr 01, 2016
  6. Mar 18, 2016
  7. Mar 15, 2016
  8. Mar 12, 2016
  9. Mar 11, 2016
  10. Mar 07, 2016
  11. 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
  12. Feb 21, 2016
  13. Feb 20, 2016
  14. Feb 18, 2016
  15. Feb 15, 2016
  16. Feb 12, 2016
  17. Jan 31, 2016
  18. Jan 25, 2016
  19. Jan 23, 2016
    • Derek Kniffin's avatar
      Fix Geocoder::Calculations.endpoint comment · 53b49fbe
      Derek Kniffin authored
      I just spent a few hours trying to get this function to work, then realized I had my parameters in the wrong order. I was following the order listed in the comment, rather than the actual method definition! *facepalm* Anyhow, this fixes the comment, for the next person to read it.
      53b49fbe
  20. Jan 21, 2016
  21. Jan 19, 2016
  22. Jan 12, 2016
  23. Jan 04, 2016
  24. Dec 28, 2015
  25. Dec 23, 2015
  26. Dec 15, 2015
  27. Dec 10, 2015
  28. Dec 06, 2015
Loading