- Jan 27, 2015
-
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
- Jan 06, 2015
-
-
Will Fleming authored
-
Will Fleming authored
Test suite failed because railtie wasn't loaded (because Rails/ActiveRecord are stubbed out in test env). This initializes it explicitly in test_helper before any models get defined
-
- Dec 17, 2014
-
-
Alex Reisner authored
-
Robert Wachs authored
-
- Dec 11, 2014
-
-
Tony Amoyal authored
-
- Nov 08, 2014
-
-
Alex Reisner authored
GeoLite2 is a free version of a product called GeoIP2. Both use the same format.
-
- Oct 20, 2014
-
-
Nikolay Petrachkov authored
-
- Oct 16, 2014
-
-
Christian Bøtker Høj authored
-
- Oct 11, 2014
-
-
Rob Murray authored
-
Rob Murray authored
Handle responses that only have one component in the Location field, assume this is a county and so return blank city
-
Rob Murray authored
Add PostcodeAnywhere API error handling; Map key limit exceeded, invalid key to Geocode errors and call all others as just Error
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
- Sep 30, 2014
-
-
Alex Reisner authored
-
Karri Niemelä authored
-
- Sep 27, 2014
-
-
Ignatius Reza authored
-
- Sep 20, 2014
-
-
lipanski authored
-
- Sep 17, 2014
-
-
sethherr authored
-
- Sep 11, 2014
-
-
Alex Reisner authored
-
- Aug 20, 2014
-
-
Alex Reisner authored
This should have been part of commit 47e11a41.
-
- Aug 07, 2014
-
-
Marc Tobias Metten authored
-
- Aug 06, 2014
-
-
Alex Reisner authored
No longer documented. Removing to avoid confusion. See: http://notes.ericjiang.com/posts/741
-
Marc Tobias Metten authored
-
- 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
-
-
Pete Brumm authored
-
- Jul 08, 2014
-
-
Nick Elser authored
-
- Jun 16, 2014
-
-
Alex Reisner authored
Use correct fixtures in tests and make required changes so tests pass.
-
- Jun 15, 2014
-
-
Alex Reisner authored
-
- Jun 14, 2014
-
-
Luke Roberts authored
-
- Jun 13, 2014
-
-
Luke Roberts authored
-
Luke Roberts authored
-