Skip to content
Snippets Groups Projects
  1. Nov 17, 2017
    • Carlos Villela's avatar
      [db-ip] Handle Geocoder::OverQueryLimitError gracefully (#1230) · ce7d0571
      Carlos Villela authored
      * Handle Geocoder::OverQueryLimitError gracefully.
      
      Geocoder::OverQueryLimitError errors were not being generated correctly, and the response was coming back empty but with no indication.
      
      This changes the behavior slightly so that unknown errors are also returned.
      
      * Add error handling tests
      
      * Remove unnecessary config in tests
      ce7d0571
  2. Nov 09, 2017
  3. Sep 25, 2017
    • Carlos Villela's avatar
      Add support for DB-IP.com geocoding service, take 2 (#1223) · b2da2604
      Carlos Villela authored
      * Add support for DB-IP.com geocoding service
      
      * Added support for https with paid accounts
      
      * Use `use_https` to distinguish between paid/unpaid API usage
      
      * Clean rubocop warnings
      b2da2604
    • Srihari Thalla's avatar
      Update LocationIQ geocoding provider with limits and handle errors (#1216) · bd86c08a
      Srihari Thalla authored
      * Update LocationIQ geocoding provider with limits and handle errors
      
      * Correct syntax errors
      
      * Update over limit fixture
      
      * Set HTTPS as the assertion for the URL
      
      * Add missing fixtures for unit tests
      
      * Correct the mistakes in doc
      
      * Let users decide SSL usage
      
      * Revert incorrectly asserted URL without https
      
      * Remove use_ssl from lookup subclass
      
      * Update the assertion of the URL to HTTP and not HTTPS
      bd86c08a
  4. Sep 19, 2017
  5. Aug 18, 2017
    • Leonel Galán's avatar
      Allows radius to be a symbol representing a column in DB (#1107) · 5353fea4
      Leonel Galán authored
      * Allows radius to be a symbol representing a column in DB
      
      * Proposed changes by @alexreisner:
      
      - Keeping branching condition consistent
      - Not overwrite the method argument: ‘radius’
      - Not assigning two variables in a single line, and
      - Add code comments where needed
      
      By “proposed” I meant, I copy/paste them from his comment. But we are
      in agreement.
      
      * Fixes broken test in PR
      5353fea4
  6. Jul 27, 2017
  7. Jul 24, 2017
  8. Jul 20, 2017
  9. Jul 18, 2017
  10. Jun 28, 2017
  11. Jun 20, 2017
  12. Jun 15, 2017
  13. Jun 02, 2017
  14. May 25, 2017
  15. May 17, 2017
  16. May 16, 2017
  17. May 11, 2017
  18. May 04, 2017
  19. May 03, 2017
  20. May 01, 2017
  21. Apr 25, 2017
    • Leon Guan's avatar
      Added Amap(AutoNavi) integration: http://lbs.amap.com (#1164) · 2921ed13
      Leon Guan authored
      * Added support for AMap, aka AutoNavi Map, 高德地图
      
      * Try to include amap error info if failed
      
      * Get correct result from amap response
      
      * Fix result error in amap return
      
      * Refactor codes for AMap handling
      
      * Refactor codes for amap result handling
      
      * Refactor amap handling codes
      
      * Fixed coordinates handling error
      
      * Added tests
      
      * Fixded amap result handling and tests
      
      * Lock webmock on 2.3.2 for ruby 1.9.3 support
      2921ed13
  22. Mar 13, 2017
  23. Mar 03, 2017
  24. Feb 25, 2017
  25. Feb 07, 2017
  26. Feb 02, 2017
  27. Jan 31, 2017
  28. Jan 19, 2017
  29. Jan 11, 2017
  30. Dec 25, 2016
  31. Dec 09, 2016
  32. Dec 02, 2016
  33. Nov 30, 2016
Loading