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

fixtures

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Piotr Górecki authored and Thu Trang Pham committed
    * 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
    
    * Use proper domain name
    
    Use pro.ip-api.com domain in case when api key is in use, otherwise just ip-api.com.
    
    * Handle invalid api key
    
    * Add forsaken fixture
    
    * Make uniform an invalid key handler with the other geocoder lookups
    162b5915
    History
    Name Last commit Last update
    ..