- Apr 16, 2013
-
-
Alex Reisner authored
-
- Feb 20, 2013
-
-
Roberto Pepato authored
-
- Feb 08, 2013
-
-
Christian Aust authored
-
- Dec 31, 2012
-
-
Alex Reisner authored
-
- Dec 24, 2012
-
-
Alex Reisner authored
-
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 21, 2012
-
-
Alex Reisner authored
Now every fake query does not need to be listed in the code, a fixture just needs to be added.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Changed since pull request was submitted.
-
- Dec 08, 2012
-
-
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
-
- Nov 08, 2012
-
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
- Nov 06, 2012
-
-
Alex Reisner authored
Add test and display Yahoo's error message in warning.
-
Alex Reisner authored
-
- Oct 22, 2012
-
-
Matthew Landauer authored
-
- Oct 16, 2012
-
-
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
-
- 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
-
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
-
- Feb 26, 2012
-
-
Alex Reisner authored
-
- 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
-
-
Steve Hoeksema authored
-
- Sep 12, 2011
-
-
Alex Reisner authored
-
- Sep 07, 2011
-
-
Alex Reisner authored
This has always been the intended behavior (as shown by the README's sample code which begins `if results.first`) but it wasn't implemented properly. Thanks to github.com/nhippenmeyer for pointing it out.
-
- Jul 27, 2011
-
-
Anderson Bravalheri 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>
-
Anderson Bravalheri authored
-
- May 10, 2011
-
-
Ahmed Adam authored
Allows custom handling of geocoding service connection problems.
-