- Sep 25, 2017
-
-
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
-
- Nov 30, 2016
-
-
Alex Reisner authored
-
Julian Nacci authored
add new lookup to lookup.rb add new lookup file ban_data_gouv_fr.rb add new results file ban_data_gouv_fr.rb update README with new lookup create fixtures to test new lookup create unit test file for new lookup update test helper default fixture for new lookup remove invalid multibyte char (US-ASCII) 'ç' from lookup name Revert "remove invalid multibyte char (US-ASCII) 'ç' from lookup name" This reverts commit 7dbfcab4dc4bcb9473edc43651e7d53884f0e24d. Add '# encoding: utf-8' to files containing special chars Add '# encoding: utf-8' to files containing special chars Add '# encoding: utf-8' to files containing special chars remove useless Geocoder.config from test methods refacto of ban lookup results method change city serach param to fit naming conventions in ban lookup test renamed no results ban lookup fixture to fit tests removed no search results unnecessary test remove useless commented code add alias method to handle state and state_code + move from department to region name as state refacto results method
-
- Nov 28, 2016
-
-
Simon Stemplinger authored
support for opencagedata optional parameters
-
- Nov 15, 2016
-
-
sputnik82 authored
-