- Mar 09, 2011
-
-
Alex Reisner authored
-
- Mar 08, 2011
-
-
Alex Reisner authored
Does not seem like a significant gain to have the auto-assignment AND a custom block. In fact, it seems annoying to have to use a different method. So now, passing a block to geocoded_by or reverse_geocoded_by prevents any auto-assignment from happening.
-
- Mar 07, 2011
-
-
Alex Reisner authored
Add geocode and reverse_geocode methods along with bang versions which can be used to skip auto-assignment of address or coordinates (specify a block that handles the Geocoder::Result instead).
-
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 06, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 05, 2011
-
-
Alex Reisner authored
More than one result is very rare and it's not clear how one would evaluate the choices. If this is required in the future a new method can be added.
-
Alex Reisner authored
-
Alex Reisner authored
Don't take 'reverse' argument, instead figure it out by looking at what options were specified for the model. Also, don't raise exceptions on bad configuration (no longer possible to detect, wasn't that important).
-
Alex Reisner authored
city, country, country_code, postal_code
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 04, 2011
-
-
Alex Reisner authored
For advanced/custom handling of gecoding result data.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Also move 'address' and 'coordinates' methods from Geocoder::Lookup::Base to Geocoder. This simplifies the interface and allows us to choose a lookup engine dynamically for other types of geocoding (eg: IP addresses).
-
Alex Reisner authored
-
- Mar 03, 2011
-
-
Alex Reisner authored
Add implementation for Google and anticipate addition of Yahoo (supply config option).
-
- Feb 18, 2011
-
-
Andrei Bocan authored
-
- Feb 04, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Jan 24, 2011
-
-
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 some methods into it (organize!).
-
- Oct 05, 2010
-
-
Alex Reisner authored
Should be slightly faster and we avoid an ugly REXML require statement.
-
- Aug 02, 2010
-
-
Alex Reisner authored
Was using version 2. Version 3 no longer requires an API key so this is a big improvement to the getting started experience.
-
- Nov 04, 2009
-
-
Alex Reisner authored
-
- Nov 03, 2009
-
-
Alex Reisner authored
-
- Oct 27, 2009
-
-
Alex Reisner authored
-
- Oct 06, 2009
-
-
Alex Reisner authored
-
- Oct 01, 2009
-
-
Alex Reisner authored
-
- Apr 15, 2009
-
-
Alex Reisner authored
-