- Nov 13, 2012
-
-
Alex Reisner authored
This reverts commit 65cfdfc8.
-
- Nov 09, 2012
-
-
Alex Reisner authored
-
- Nov 08, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
In most of these cases using anything but HTTP won't work, but this seems more correct, and avoids having to make a change after a provider adds HTTPS support.
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
Alex Reisner authored
-
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
-
-
Alex Reisner authored
Add bounding box optimisation
-
Matthew Landauer authored
-
Matthew Landauer authored
-
Matthew Landauer authored
Added help text to explain that an index is required to take advantage of the bounding box optimisation
-
Matthew Landauer authored
-
Matthew Landauer authored
-
- Oct 17, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This addresses Github issue #318.
-
Alex Reisner authored
This allows selecting only the id column for cases where a single column result is required (ie, a subquery used as an operand to the 'IN' operator). This addresses issue #314.
-
Alex Reisner authored
Implement actual Mapquest API, not just as a proxy for Nominatim. Add support for the premium (paid) service.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Support for Mongoid ~> 2.0.0
-
Christian Gambardella authored
Doesnt crash if ::Mongoid::VERSION isn't defined. It does fall back to Mongoid version < 3
-
- Oct 16, 2012
-
-
Jed Schneider authored
-
Jed Schneider authored
-
Jed Schneider authored
-
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 04, 2012
-
-
Alex Reisner authored
-
- Oct 03, 2012
-
-
Alex Reisner authored
The version_x_results methods will return nil in case of an error. We need to detect that and not execute that branch of the 'if' statement.
-
- Oct 02, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
This fixes issue #256.
-
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
This provides a sort of poor man's SQL escaping to prevent injection attacks. Note that the latitude and longitude column names are not escaped, but those values should be coming from app configuration and hence should be safe.
-
Alex Reisner authored
Need to be testing that it works without additional requires.
-
Alex Reisner authored
For readability.
-