Skip to content
Snippets Groups Projects
  1. Jan 27, 2015
  2. Jan 06, 2015
  3. Dec 17, 2014
  4. Dec 11, 2014
  5. Nov 08, 2014
  6. Oct 20, 2014
  7. Oct 16, 2014
  8. Oct 11, 2014
  9. Sep 30, 2014
  10. Sep 27, 2014
  11. Sep 20, 2014
  12. Sep 17, 2014
  13. Sep 11, 2014
  14. Aug 20, 2014
  15. Aug 07, 2014
  16. Aug 06, 2014
  17. Jul 25, 2014
    • Brian Flanagan's avatar
      Add support for Pointp.in ip geolocation · 3b17a869
      Brian Flanagan authored
      3b17a869
    • Brian McManus's avatar
      Allow lookup service to fully opt-out of https · e4ae5978
      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.
      e4ae5978
  18. Jul 23, 2014
  19. Jul 08, 2014
  20. Jun 16, 2014
  21. Jun 15, 2014
  22. Jun 14, 2014
  23. Jun 13, 2014
Loading