- Aug 06, 2014
-
-
Marc Tobias Metten 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
-
Alex Reisner authored
-
- Jul 08, 2014
-
-
Alex Reisner authored
Fix Bing reverse geocode lookups
-
Nick Elser authored
-
- Jul 01, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
Update README.md
-
- Jun 26, 2014
-
-
Alex Reisner authored
Bump up Ruby version for Travis to 2.1.2
-
- Jun 25, 2014
-
-
Peter M. Goldstein authored
-
Alex Reisner authored
Switch to byebug for MRI 2.x debugging.
-
Peter M. Goldstein authored
Switch to byebug for MRI 2.x debugging. Debugger is not supported for 2.1.2 and up, and was never fully 2.x compatible.
-
- Jun 16, 2014
-
-
Alex Reisner authored
Use correct fixtures in tests and make required changes so tests pass.
-
- Jun 15, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
-
- Jun 14, 2014
-
-
Luke Roberts authored
-
Luke Roberts authored
-
- Jun 13, 2014
-
-
Alex Reisner authored
-
Luke Roberts authored
-
Luke Roberts authored
-
Alex Reisner authored
-
- Jun 12, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
Response to GH issues #579 and #663.
-
- Jun 06, 2014
-
-
joshlarsen authored
Updated MaxMind Local setup instructions
-
- Jun 02, 2014
-
-
Alex Reisner authored
use more forgiving 'unstructured' query format in Bing Locations API See docs: http://msdn.microsoft.com/en-us/library/ff701711.aspx
-
Alex Reisner authored
See: http://docs.travis-ci.com/user/languages/ruby/
-
Alex Reisner authored
-
Luke Wendling authored
-
- May 26, 2014
-
-
Alex Reisner authored
allow to pass in language/locale parameter on per request base
-
Christian Meier authored
-
- May 12, 2014
-
-
Alex Reisner authored
-