- Feb 25, 2014
-
-
Alex Reisner authored
-
- Jan 28, 2014
-
-
Alex Reisner authored
-
- Sep 01, 2013
-
-
Roger Campos authored
-
- Feb 26, 2013
-
-
robdiciuccio authored
Geocoder::Lookup "cache" method now public; Geocoder.cache method calls cache method instead of configuration key.
-
- Dec 08, 2012
-
-
Alex Reisner authored
Cache is now lookup-specific.
-
- Sep 02, 2012
-
-
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.
-
- May 24, 2012
-
-
Alex Reisner authored
This requires a parameter to be accepted by the block passed to Geocoder.configure, which means you don't need to remember that the method is called "config"--you can call it whatever you want. This behavior seems more standard for configuration blocks.
-
Alex Reisner authored
-
- Mar 29, 2012
-
-
David Czarnecki authored
-
- Mar 23, 2012
-
-
Brian Ewell authored
Altered the Geocoder#ip_address? method to recognize IP addresses prefixed with ::ffff: as is common with webservers binding to ipv6 sockets
-
- Feb 17, 2012
-
-
Francesco Vollero authored
-
- Nov 29, 2011
-
-
Alex Reisner authored
-
- Nov 27, 2011
-
-
Michael Guterl authored
-
- 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 07, 2011
-
-
Alex Reisner authored
-
- Jul 21, 2011
-
-
James McCarthy authored
Signed-off-by:
James McCarthy <james2mccarthy@gmail.com>
-
- Jul 19, 2011
-
-
Anderson Bravalheri authored
-
- Jun 25, 2011
-
-
Steve Agalloco authored
-
- May 09, 2011
-
-
Alex Reisner authored
-
- 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
-