- Sep 02, 2012
-
-
Alex Reisner authored
in request to geocoding service.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
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.
-
- Aug 25, 2012
-
-
Alex Reisner authored
-
- Aug 21, 2012
-
-
Alex Reisner authored
-
- Aug 14, 2012
-
-
Peter M. Goldstein authored
-
Peter M. Goldstein authored
-
- Jul 31, 2012
-
-
Peter M. Goldstein authored
-
Peter M. Goldstein authored
-
- Jul 24, 2012
-
-
Peter M. Goldstein authored
-
- Jun 11, 2012
-
-
Alex Reisner authored
This fixes issue #244.
-
- 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.
-
- May 07, 2012
-
-
Dave Krupinski authored
-
- May 01, 2012
-
-
Alex Reisner authored
-
- Apr 28, 2012
-
-
Constantine Mavromoustakos authored
methods to avoid creating an index by default.
-
- Apr 13, 2012
-
-
Florian Frank authored
Geocoder.coordinates sometimes returns nil which causes crashes in the distance and bearing calculations. By returning a point array of [ NaN, NaN ] this distances will be also NaN which seems to be a sensible result. If the argument to extract_coordinates has an unexpected form, also return [ NaN, NaN ].
-
- Apr 11, 2012
-
-
Alex Reisner authored
It's not an ideal name either, but it's short and it's slightly more specific than "method".
-
- Apr 09, 2012
-
-
Ben Woosley authored
-
Ben Woosley authored
-
- Mar 23, 2012
-
-
Brian Ewell authored
-
- Feb 26, 2012
-
-
Alex Reisner authored
-
- Feb 04, 2012
-
-
Michael Guterl authored
-
- Nov 29, 2011
-
-
Alex Reisner authored
-
- Nov 27, 2011
-
-
Michael Guterl authored
-
- Oct 28, 2011
-
-
Alex Reisner authored
For consistency with rest of code.
-
- Oct 03, 2011
-
-
Chris Myers authored
-
Chris Myers authored
-
- Sep 21, 2011
-
-
Rob Sanheim authored
- need to set `use_ssl` to true - also cannot use `get_response` class method for https requests - add a smoke_test that calls out to google for real, to make sure things work end to end (not using test_helper for this, because it's invasive and opens code under test to do it's mocking) - add smoke_test to default test run
-
- Sep 17, 2011
-
-
Alex Reisner authored
-
- Sep 13, 2011
-
-
Alex Reisner authored
Instead use an array for key, client, and channel.
-
Steve Hoeksema authored
-
Steve Hoeksema authored
-
- Sep 12, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
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
-