- Aug 14, 2012
-
-
Peter M. Goldstein authored
-
Peter M. Goldstein authored
-
Alex Reisner authored
Add precision method to Geocoder::Result::Yandex.
-
- Aug 04, 2012
-
-
Sergii Tkachenko authored
-
- Jul 24, 2012
-
-
Alex Reisner authored
Update code to account for Mongoid 3.0.x changes with backwards compatibility
-
Peter M. Goldstein authored
-
- Jun 25, 2012
-
-
Alex Reisner authored
Bugfix: Added missing config block from Geocoder.configure in template
-
Thomas authored
-
- Jun 19, 2012
-
-
Alex Reisner authored
Correct typo in README
-
Rafaël Blais Masson authored
-
- Jun 12, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
Added limitation for FreeGeoIP.net
-
Joe Marty authored
-
- Jun 11, 2012
-
-
Alex Reisner authored
This fixes issue #244.
-
- May 24, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
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
-
Alex Reisner authored
-
- May 19, 2012
-
-
Alex Reisner authored
Put in full_column_name to avoid ambiguous column errors
-
Alex Reisner authored
Added a cache_hit attribute to Geocoder Result base
-
- May 16, 2012
-
-
Sam Giffney authored
-
Elan Dubrofsky 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).
-