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. Nov 03, 2017
  4. Oct 23, 2017
    • Ryan Dlugosz's avatar
      Update docs to include additional Mapbox options (#1236) · 0adc761b
      Ryan Dlugosz authored
      * Update docs to include additional Mapbox options
      
      Support for additional query params was added with commit
      844da1c11c2e74777ee8aab40cf82cee0f68dfa8 but this was not reflected in
      the documentation.
      
      * Remove duplicate info; use consistent wording
      
      Removed an unneeded example from the Mapbox docs & use a single level of
      indentation. Also, change "options" to "params" in both the Google and
      Mapbox examples.
      0adc761b
  5. Oct 18, 2017
  6. Oct 17, 2017
  7. Oct 12, 2017
  8. Oct 11, 2017
  9. Sep 26, 2017
  10. 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
  11. Sep 19, 2017
  12. Sep 15, 2017
  13. Sep 12, 2017
  14. Sep 06, 2017
  15. 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
  16. Jul 27, 2017
  17. Jul 24, 2017
  18. Jul 21, 2017
  19. Jul 20, 2017
  20. Jul 18, 2017
  21. Jul 14, 2017
  22. Jun 29, 2017
  23. Jun 28, 2017
  24. Jun 22, 2017
Loading