- Nov 08, 2012
-
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
Alex Reisner authored
Also move API key config to separate method.
-
- Nov 07, 2012
-
-
Alex Reisner authored
Allow lookups to define a cache key (defaults to the query URL) and define Yahoo's as the non-OAuth-encoded request URL.
-
- Nov 06, 2012
-
-
Alex Reisner authored
Add test and display Yahoo's error message in warning.
-
Alex Reisner authored
-
- Oct 23, 2012
-
-
Alex Reisner authored
This addresses: https://github.com/alexreisner/geocoder/issues/322
-
- Oct 22, 2012
-
-
Matthew Landauer authored
-
Matthew Landauer authored
-
Matthew Landauer authored
-
Matthew Landauer authored
-
- Oct 16, 2012
-
-
Jed Schneider authored
-
Jed Schneider authored
-
Jed Schneider authored
previously the mapquest service was relying on an outdated url that was just defering to the Nominatum service. This commit brings in supported Mapquest API support for v1 of their API. It supports the open (free) tier of the API along with the licensed version of the service.
-
- Oct 02, 2012
-
-
Alex Reisner authored
Auto-detect which one is being used. It's necessary to continue supporting 1.0 because of the existing data in people's caches. See discussion: http://github.com/alexreisner/geocoder/pull/307
-
- Oct 01, 2012
-
-
Alex Reisner authored
Need to be testing that it works without additional requires.
-
Alex Reisner authored
"Results" key is now "Result" and is not an array when only one result. Update code and response fixtures to reflect this.
-
Alex Reisner authored
"Results" key is now "Result" and is not an array when only one result.
-
- Sep 13, 2012
-
-
Steve Lawson authored
Fixes: #194 - add_exclude_condition breaks on tables without ID field - https://github.com/alexreisner/geocoder/issues/194
-
- Sep 02, 2012
-
-
Alex Reisner authored
in request to geocoding service.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Also move some lookup-related methods to Geocoder::Lookup module.
-
- Aug 27, 2012
-
-
Alex Reisner authored
This is in preparation for adding Maxmind as an IP lookup.
-
- Aug 25, 2012
-
-
Alex Reisner authored
-
- Aug 21, 2012
-
-
Alex Reisner authored
-
- Aug 14, 2012
-
-
Peter M. Goldstein authored
-
Peter M. Goldstein authored
-
- Jul 31, 2012
-
-
Peter M. Goldstein authored
-
Peter M. Goldstein authored
-
- Jul 24, 2012
-
-
Peter M. Goldstein authored
-
- Jun 11, 2012
-
-
Alex Reisner authored
This fixes issue #244.
-
- May 24, 2012
-
-
Alex Reisner authored
This requires a parameter to be accepted by the block passed to Geocoder.configure, which means you don't need to remember that the method is called "config"--you can call it whatever you want. This behavior seems more standard for configuration blocks.
-
- May 07, 2012
-
-
Dave Krupinski authored
-
- May 01, 2012
-
-
Alex Reisner authored
-
- Apr 28, 2012
-
-
Constantine Mavromoustakos authored
methods to avoid creating an index by default.
-
- Apr 13, 2012
-
-
Florian Frank authored
Geocoder.coordinates sometimes returns nil which causes crashes in the distance and bearing calculations. By returning a point array of [ NaN, NaN ] this distances will be also NaN which seems to be a sensible result. If the argument to extract_coordinates has an unexpected form, also return [ NaN, NaN ].
-
- Apr 11, 2012
-
-
Alex Reisner authored
It's not an ideal name either, but it's short and it's slightly more specific than "method".
-
- Apr 09, 2012
-
-
Ben Woosley authored
-
Ben Woosley authored
-