- 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
-
- Nov 29, 2011
-
-
Alex Reisner 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
-
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.
-