- May 04, 2011
-
-
Alex Reisner authored
Was causing problems when installing with bundler from Git URL.
-
- Apr 26, 2011
-
-
Alex Reisner authored
Specify path to VERSION file relative to lib/geocoder.rb.
-
- Apr 22, 2011
-
-
Andrew Stevens authored
-
Andrew Stevens authored
-
Alex Reisner authored
Figures out whether query is an IP address so you don't have to.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 21, 2011
-
-
Alex Reisner authored
-
- Apr 05, 2011
-
-
Alex Reisner authored
-
- Apr 01, 2011
-
-
Alex Reisner authored
-
- Mar 31, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 24, 2011
-
-
Alex Reisner authored
Was ignoring non-ASCII characters. Thanks to github.com/supergivi for reporting the bug.
-
- Mar 21, 2011
-
-
Alex Reisner authored
...for Result instance methods mistakenly called on an array.
-
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 16, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This allows us to add a method for expiring cache keys and generally gives us more control over the cache interface.
-
- Mar 15, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 09, 2011
-
-
Alex Reisner authored
-
- Mar 08, 2011
-
-
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
-
- Mar 04, 2011
-
-
Alex Reisner authored
Add Geocoder::Orm::Base module.
-
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).
-
- Mar 03, 2011
-
-
Alex Reisner authored
Prepare to add support for Yahoo in addition to Google.
-
Alex Reisner authored
Add implementation for Google and anticipate addition of Yahoo (supply config option).
-
- Feb 05, 2011
-
-
Alex Reisner authored
-
- Feb 04, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Wrong number of arguments for reverse geocode search.
-
Alex Reisner authored
-