- Jun 26, 2013
-
-
Eric Hayes authored
This commit adds the Data Science Toolkit as a lookup type. The DSTK behaves identically to the Google Maps API with the exception that it can be run behind your own firewall. More information about this tool can be found here: http://www.datasciencetoolkit.org/
-
- Apr 22, 2013
-
-
Alex Reisner authored
-
- Apr 20, 2013
-
-
Alex Reisner authored
instead of inferring from response length. This is less than ideal but it fixes issue #396 and, given what appears to be MaxMind's inconsistent response lengths, it may not be possible to do much better.
-
- Feb 20, 2013
-
-
Roberto Pepato authored
-
- Jan 08, 2013
-
-
Daniel Norman authored
-
- Dec 24, 2012
-
-
Alex Reisner authored
Now it is necessary to specify which service is being used: Geocoder.configure(:maxmind => {:service => ...}) where '...' is one of: < :country | :city | :city_isp_org | :omni >
-
- Dec 23, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Dec 21, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Dec 08, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
Make Geocoder.configure accept a hash (now preferred) and add Geocoder.config method (for reading config). Deprecate old syntax.
-
- Dec 06, 2012
-
-
Alex Reisner authored
-
andrea longhi authored
-
- 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 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
"Results" key is now "Result" and is not an array when only one result. Update code and response fixtures to reflect this.
-
- Sep 02, 2012
-
-
Alex Reisner authored
in request to geocoding service.
-
Alex Reisner authored
-
Alex Reisner authored
Also move some lookup-related methods to Geocoder::Lookup module.
-
- Oct 28, 2011
-
-
Alex Reisner authored
For consistency with rest of code.
-
- Oct 12, 2011
-
-
Olivier Gonzalez authored
-
- Oct 03, 2011
-
-
Chris Myers authored
-
- Sep 17, 2011
-
-
Alex Reisner authored
-
- Sep 13, 2011
-
-
Alex Reisner authored
Instead use an array for key, client, and channel.
-
Steve Hoeksema authored
-
Steve Hoeksema authored
-
- Jul 21, 2011
-
-
James McCarthy authored
Removed set_defaults from all tests and replaced with teardown to reset the defaults. Signed-off-by:
James McCarthy <james2mccarthy@gmail.com>
-
- Jun 02, 2011
-
-
Alex Reisner authored
-