- Nov 30, 2017
-
-
Alex Reisner authored
Fixes #1243.
-
- Nov 17, 2017
-
-
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
-
- Nov 09, 2017
-
-
Alexander Logunov authored
-
- Sep 25, 2017
-
-
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
-
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
-
- Sep 19, 2017
-
-
Alex Reisner authored
This is a better way to force HTTPS.
-
- Aug 18, 2017
-
-
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
-
- Jul 27, 2017
-
-
ydakuka authored
-
- Jul 24, 2017
-
-
Sam Oliver authored
-
- Jul 20, 2017
-
-
Alex Reisner authored
Reverting back to freegeoip.net (from freegeoip.io) as it appears to be the intended default host (see: https://github.com/fiorix/freegeoip/issues/165).
-
- Jul 18, 2017
-
-
Igor Novikov authored
* Add place_id search for Google search * Add place_id example to wiki * Update README.md * fix
-
- Jun 28, 2017
-
-
Vladimir Kalinkin authored
-
Yuri Veremeyenko authored
-
- Jun 20, 2017
-
-
Ed Freyfogle authored
OpenCage recently added a new optional parameter "abbrv". Some details: http://blog.opencagedata.com/post/160294347883/shrtr-pls
-
- Jun 15, 2017
-
-
pavel authored
-
- Jun 02, 2017
-
-
Thu Trang Pham authored
-
- May 25, 2017
-
-
Dounan Shi authored
-
- May 17, 2017
-
-
Alex Reisner authored
-
Oleg Grigoriev authored
-
- May 16, 2017
-
-
Tony Miller authored
I noticed this option was in the README, but not in the template, so it might be nice to have it generated in the template as well.
-
- May 11, 2017
-
-
Francesc Leveque authored
-
- May 04, 2017
-
-
vyrak bunleang authored
-
- May 03, 2017
-
-
Alex Shenia authored
-
- May 01, 2017
-
-
ttilberg authored
-
- Apr 25, 2017
-
-
http://lbs.amap.comLeon 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
-
- Mar 13, 2017
-
-
Michal Musialik authored
Maxmind geoip2 returns a collection of names in all available languages for each field. This commit allows us to change the language of a single result without having to reconfigure Geocoder.
-
- Mar 03, 2017
-
-
ghbooth12 authored
* Create methods removing port from ip addresses; Add test * Update geocoder_reject_non_ipv4_addresses; Add more tests
-
- Feb 25, 2017
- Feb 07, 2017
-
-
Alex Reisner authored
-
- Feb 02, 2017
-
-
Vladimir Lyzo authored
-
- Jan 31, 2017
-
-
Taufiq Muhammadi authored
-
Alex Reisner authored
-
Alex Reisner authored
This reverts commit 1c306367.
-
- Jan 19, 2017
-
-
brendandillon authored
Changes batching in the rake task to work using a loop instead of the find_each method which does not work with Mongoid. This should fix #1126.
-
- Jan 11, 2017
-
-
Hưng Đào authored
-
- Dec 25, 2016
-
-
Alex Reisner authored
Value didn't match docs at https://smartystreets.com/docs/cloud/us-street-api
-
- Dec 09, 2016
-
-
Dzmitry authored
In the sea for example [Fix #1131]
-
- Dec 02, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
to_kilometers to_miles to_nautical_miles mi_in_km km_in_mi km_in_nm nm_in_km
-