- Jan 10, 2018
-
-
Robert Schaefer authored
-
- Jun 07, 2016
-
-
Hassanin Ahmed authored
* handles unreachable network exception * adds network error class * tests unreachable host exception handling
-
- Feb 21, 2016
-
-
Emil Sågfors authored
TimeoutError is deprecated in Ruby 2.3.0. It has been an alias for Timeout::Error starting in Ruby 1.8.0, and should be safe to replace.
-
- Mar 21, 2015
-
-
Alex Reisner authored
To run a single file, use: ruby -I test <filename>
-
- Dec 17, 2014
-
-
Robert Wachs authored
-
- Nov 08, 2014
-
-
Alex Reisner authored
GeoLite2 is a free version of a product called GeoIP2. Both use the same format.
-
- Oct 16, 2014
-
-
Christian Bøtker Høj authored
-
- Jun 12, 2014
-
-
Alex Reisner authored
Response to GH issues #579 and #663.
-
- Mar 01, 2014
-
-
Alex Reisner authored
-
- Feb 25, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Feb 08, 2014
-
-
Alex Reisner authored
-
- May 18, 2013
-
-
Fernando Morgenstern authored
The result of the lookup in maxmind_local is stored at test/test_helper.rb to avoid the inclusion of maxmind's database in repository.
-
- Dec 08, 2012
-
-
Alex Reisner authored
Make Geocoder.configure accept a hash (now preferred) and add Geocoder.config method (for reading config). Deprecate old syntax.
-
- Nov 08, 2012
-
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
- Nov 07, 2012
-
-
Alex Reisner authored
Allow lookups to define a cache key (defaults to the query URL) and define Yahoo's as the non-OAuth-encoded request URL.
-
- Sep 02, 2012
-
-
Alex Reisner authored
Also move some lookup-related methods to Geocoder::Lookup module.
-
- Aug 25, 2012
-
-
Alex Reisner authored
-
- Nov 29, 2011
-
-
Alex Reisner authored
-
- Sep 12, 2011
-
-
Alex Reisner authored
-
- Jul 21, 2011
-
-
James McCarthy authored
Removed set_defaults from all tests and replaced with teardown to reset the defaults. Signed-off-by:
James McCarthy <james2mccarthy@gmail.com>
-
- Jun 02, 2011
-
-
Alex Reisner authored
-