Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • rails-geocoder
  • rails2
  • v1.5.1
  • v1.5.0
  • v1.4.9
  • v1.4.8
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • remove
  • v1.4.4
  • v1.4.3
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
23 results

db_ip_com_unknown_error

  • Carlos Villela's avatar
    ce7d0571
    [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
    History
    [db-ip] Handle Geocoder::OverQueryLimitError gracefully (#1230)
    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