- Apr 28, 2012
-
-
Constantine Mavromoustakos authored
methods to avoid creating an index by default.
-
- Apr 27, 2012
-
-
Alex Reisner authored
Move to method-level rescue where appropriate
-
- Apr 22, 2012
-
-
Alex Reisner authored
Avoid crashes during calculations. 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 ].
-
Alex Reisner authored
Add support for custom HTTP request headers
-
- 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 12, 2012
-
-
Ben Woosley authored
-
- Apr 11, 2012
-
-
Robert May authored
-
Robert May authored
-
- Apr 09, 2012
-
-
Ben Woosley authored
-
Ben Woosley authored
-
Ben Woosley authored
-
Ben Woosley authored
-
Ben Woosley authored
-
Ben Woosley authored
-
- Apr 06, 2012
-
-
- Mar 29, 2012
-
-
David Czarnecki authored
-
- Mar 27, 2012
-
-
Alex Reisner authored
This addresses issue #195.
-
- Mar 26, 2012
-
-
Alex Reisner authored
Add support for cache stores with :get and :set methods.
-
- Mar 25, 2012
-
-
PavelT authored
-
- Mar 23, 2012
-
-
Brian Ewell authored
-
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
-
- Mar 22, 2012
-
-
Alex Reisner authored
-
- Mar 11, 2012
-
-
Alex Reisner authored
Should have been part of commit eba79f25.
-
Alex Reisner authored
-
Alex Reisner authored
Return zero results more reliably. Formerly an exception was raised when the table didn't have an 'id' column.
-
Alex Reisner authored
-
- Mar 07, 2012
-
-
Alex Reisner authored
This is to fix #187
-
- Mar 06, 2012
-
-
Ryan Barber authored
-
- Feb 26, 2012
-
-
Francesco Vollero authored
-
Alex Reisner authored
-
- Feb 16, 2012
-
-
Alex Reisner authored
-
- Feb 14, 2012
-
-
Alex Reisner authored
Yandex service fix
-
- Feb 10, 2012
-
-
sld authored
-
- Jan 30, 2012
-
-
Alex Reisner authored
In lookups/base, invalid JSON needs to be rescued for ActiveSupport::JSON
-
- Jan 28, 2012
-
-
Galvin Hsiu authored
Fix for parse_raw_data -- json parse catches invalid json and activesupport::json needs to be caught.
-
- Jan 21, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
Fix for: Issue #162
-
Alexey Falin authored
-
- Jan 14, 2012
-
-
Alex Reisner authored
within_bounding_box scope takes field names from options
-
kongo authored
-