- Aug 14, 2012
-
-
Peter M. Goldstein authored
-
- Feb 26, 2012
-
-
Alex Reisner authored
-
- Oct 28, 2011
-
-
Alex Reisner authored
For consistency with rest of code.
-
- 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.
-
- May 08, 2011
-
-
Jeff Keen authored
Fixes #56
-
- Apr 23, 2011
-
-
Alex Reisner authored
-
- Apr 22, 2011
-
-
Andrew Stevens authored
-
Andrew Stevens authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 21, 2011
-
-
Alex Reisner authored
-
- Mar 21, 2011
-
-
Alex Reisner authored
After further consideration, multiple results should be the default behavior for this method. Some services only return one result (eg: any IP-based service) but a great feature of advanced services like Yahoo and Google is that they return an array of choices when doing a vague search like "100 Main St" with no city, region, or country specified.
-
- Mar 18, 2011
-
-
Alex Reisner authored
Google results don't return a 'city', so we have to look at several fields in descending order of preference.
-
- Mar 17, 2011
-
-
Alex Reisner authored
Replaces read_coordinates (private) and fixes bug in geographic center computation (reported by github.com/jonbuda).
-
- Mar 16, 2011
-
-
Alex Reisner authored
-
- Mar 15, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 11, 2011
-
-
Alex Reisner authored
This was causing an exception (thanks to github.com/mikepinde).
-
- Mar 07, 2011
-
-
Alex Reisner authored
Be sure to return nil.
-
Alex Reisner authored
If forward and reverse geocoding were both declared and options passed for both, only the options for the first were being set.
-
- Mar 05, 2011
-
-
Alex Reisner authored
-
- Mar 04, 2011
-
-
Alex Reisner authored
No longer necessary.
-
Alex Reisner authored
For advanced/custom handling of gecoding result data.
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 03, 2011
-
-
Alex Reisner authored
Add implementation for Google and anticipate addition of Yahoo (supply config option).
-
- Feb 04, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Jan 24, 2011
-
-
Alex Reisner authored
This should have been part of commit 70cc64ee.
-
Alex Reisner authored
This allows the same model to be forward and reverse geocoded and still provide a geocodable address though a non-attribute method. Also raise an exception if sufficient configuration is not provided.
-
- Jan 21, 2011
-
-
Alex Reisner authored
Move all network/lookup-related methods into it.
-