- Apr 14, 2016
-
-
Alex Reisner authored
-
- Apr 12, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
change freegeoip lookup's host from freegeoip.net to freegeoip.io
-
lowellmower authored
-
lowellmower authored
-
- Apr 09, 2016
-
-
Thu Trang Pham authored
-
- Apr 05, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 04, 2016
-
-
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
-
- Apr 03, 2016
-
-
Thu Trang Pham authored
-
- Apr 01, 2016
-
-
Alex Reisner authored
No longer needed now that :yahoo lookup is gone.
-
Alex Reisner authored
-
Alex Reisner authored
Remove Yahoo BOSS support. Service was discontinued.
-
- Mar 30, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 18, 2016
-
-
Thu Trang Pham authored
Added ipinfo.io provider
-
unit authored
-
unit authored
-
- Mar 17, 2016
-
-
Thu Trang Pham authored
add pelias/mapzen support
-
Gil Raphaelli and Nic Cavigliano authored
-
- Mar 15, 2016
-
-
Gil Raphaelli and Nic Cavigliano authored
-
- Mar 13, 2016
-
-
Thu Trang Pham authored
Remove verbose from rake options due to jruby and rbx failing on travis
-
Thu Trang Pham authored
-
Thu Trang Pham authored
Suppress Geocoder API warning when no results are returned
-
- Mar 12, 2016
-
-
unit authored
-
- Mar 11, 2016
-
-
Thu Trang Pham authored
-
Thu Trang Pham authored
Add support for the LatLon.io geocoder service
-
- Mar 07, 2016
-
-
Evan Marks authored
-
- Mar 01, 2016
-
-
Thu Trang Pham authored
add maxmind_geoip2 setup to README.md
-
Juan F. Pérez authored
-
- Feb 26, 2016
-
-
Alex Reisner authored
Add supported_protocols to Freegeoip.rb lookup
-
- Feb 25, 2016
-
-
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
-
- Feb 21, 2016
-
-
Alex Reisner authored
Replace TimeoutError with Timeout::Error
-
Emil Sågfors authored
TimeoutError is deprecated in Ruby 2.3.0. It has been an alias for Timeout::Error starting in Ruby 1.8.0, and should be safe to replace.
-
- Feb 20, 2016
-
-
Galia authored
The Yahoo BOSS Placefinder API is being discontinued. https://developer.yahoo.com/boss/placefinder/
-
Alex Reisner authored
-
Alex Reisner authored
Add viewport method to results that provide one
-
Alex Reisner authored
Warn that the Yahoo BOSS Placefinder API is being discontinued.
-
Galia authored
https://developer.yahoo.com/boss/placefinder/ the Yahoo lookup will be fully removed via: https://github.com/alexreisner/geocoder/pull/985
-