- May 19, 2012
-
-
Alex Reisner authored
Added a cache_hit attribute to Geocoder Result base
-
- May 16, 2012
-
-
Sam Giffney authored
-
Sam Giffney authored
-
- May 15, 2012
-
-
Alex Reisner authored
Fix "Mysql2::Error: Unknown column 'NaN' in 'where clause'" error
-
Giovanni Cappellotto authored
-
- May 14, 2012
-
-
Alex Reisner authored
Enable ShowPostal for GeocoderCA Lookup
-
- May 07, 2012
-
-
Dave Krupinski authored
-
- May 02, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- May 01, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
git://github.com/cmavromoustakos/geocoderAlex Reisner authored
Merge branch 'cm-add-skip-flag' of git://github.com/cmavromoustakos/geocoder into cmavromoustakos-cm-add-skip-flag Conflicts: lib/geocoder/models/mongo_base.rb test/mongoid_test.rb
-
- Apr 30, 2012
-
-
Alex Reisner authored
-
- 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
-
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
Change :request_headers to :http_headers (for consistency).
-
Alex Reisner authored
Conflicts: lib/geocoder/configuration.rb
-
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
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
It's not an ideal name either, but it's short and it's slightly more specific than "method".
-
git://github.com/abravalheri/geocoderAlex Reisner authored
Conflicts: lib/geocoder/configuration.rb lib/geocoder/stores/active_record.rb test/configuration_test.rb test/mongoid_test.rb
-
- 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
-