- Sep 12, 2014
-
-
Alex Reisner authored
-
- Sep 11, 2014
-
-
-
Alex Reisner authored
-
Alex Reisner authored
Update so opencagedata will return coordinates.
-
- Sep 10, 2014
-
-
kayakyakr authored
In the current opencagedata api, latitude and longitude are stored under geometry: {lat: ..., lng: ...}
-
- Sep 08, 2014
-
-
Alex Reisner authored
Allow language to be set in geocoded_by as proc
-
viniciusnz authored
-
- Sep 04, 2014
-
-
Alex Reisner authored
Refactor SQL statement to prevent table join
-
Alex Reisner authored
Smartystreets is no longer free for non-profits
-
andrewz authored
-
- Aug 29, 2014
-
-
gersmann authored
-
- Aug 20, 2014
-
-
Alex Reisner authored
This should have been part of commit 47e11a41.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Get rid of extraneous "q=" in request query string.
-
Mikhail Dubov authored
-
- Aug 12, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Opencagedata: additional tests
-
Alex Reisner authored
add alternate attributes options for near_scope_options
-
Shelby Switzer authored
-
- Aug 10, 2014
-
-
Shelby Switzer authored
-
- Aug 07, 2014
-
-
Marc Tobias Metten authored
-
Marc Tobias Metten authored
-
- Aug 06, 2014
-
-
Alex Reisner authored
No longer documented. Removing to avoid confusion. See: http://notes.ericjiang.com/posts/741
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Add opencagedata geocoder, incl tests and fixtures
-
Marc Tobias Metten authored
-
- Aug 02, 2014
-
-
Shelby Switzer authored
-
- Jul 26, 2014
-
-
Alex Reisner authored
Add support for Pointp.in ip geolocation
-
Alex Reisner authored
Allow lookup service to fully opt-out of https
-
- Jul 25, 2014
-
-
Brian Flanagan authored
-
Brian McManus authored
If you have an address geocoding service that you want to use HTTPS with and then attempt to use an ip_geocoder that does not support HTTPS (e.g. Telize) then the ip_geocoder lookups will fail because Geocoder::Lookups::Base#make_api_request turns on opts[:use_ssl] based on that single configuration value. Rather than allowing for per-provider HTTPS configuration I have just refactored Geocoder::Lookups::Base call a private `use_ssl?` method which can be overridden by individual lookup provider implementations. The default implementation of `use_ssl?` simply returns the value from the config thus preserving the existing behavior but this allows subclasses, like Telize, to override `use_ssl?` completely to return false and thus fully opt-out of HTTPS regardless of what the configuration was.
-
- Jul 23, 2014
-
-
Alex Reisner authored
json coming from geocodio has changed from floats to strings
-
Pete Brumm authored
-
- Jul 16, 2014
-
-
Alex Reisner authored
Fix CHANGELOG.md formatting
-
Josh Greenwood authored
This fix adds formatting to match the other version headers. They were previously plain text.
-
- Jul 11, 2014
-
-
Alex Reisner authored
Date typo in changelog
-
Nick Elser authored
-