- Jun 26, 2013
-
-
Eric Hayes authored
This commit adds the Data Science Toolkit as a lookup type. The DSTK behaves identically to the Google Maps API with the exception that it can be run behind your own firewall. More information about this tool can be found here: http://www.datasciencetoolkit.org/
-
- May 30, 2013
-
-
Sean Hill authored
-
- Apr 22, 2013
-
-
Alex Reisner authored
-
- Apr 20, 2013
-
-
Alex Reisner authored
instead of inferring from response length. This is less than ideal but it fixes issue #396 and, given what appears to be MaxMind's inconsistent response lengths, it may not be possible to do much better.
-
- Apr 16, 2013
-
-
Alex Reisner authored
-
- Apr 03, 2013
-
-
ian asaff authored
-
Alex Reisner authored
-
- Feb 20, 2013
-
-
Roberto Pepato authored
-
- Feb 09, 2013
-
-
Alex Reisner authored
Ideally, datenimperator-add-ovi would have been rebased to master before being merged.
-
- Feb 08, 2013
-
-
Christian Aust authored
-
- Feb 07, 2013
-
-
Mike Boone authored
Use \A and \z in regular expressions to avoid newline issues. Also, do not consider any address that begins with 127 to be a loopback IP.
-
- Feb 05, 2013
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Idris authored
-
- Jan 14, 2013
-
-
Nicolas Despres authored
Should close #374.
-
Nicolas Despres authored
Should resolve half of #374.
-
- Jan 08, 2013
-
-
Daniel Norman authored
-
- Jan 03, 2013
-
-
Rob Di Marco authored
-
- Dec 31, 2012
-
-
Alex Reisner authored
-
- Dec 24, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
Now it is necessary to specify which service is being used: Geocoder.configure(:maxmind => {:service => ...}) where '...' is one of: < :country | :city | :city_isp_org | :omni >
-
- Dec 23, 2012
-
-
Alex Reisner authored
If you do this: Geocoder::Query.new("Kremlin, Moscow", :params => {:language => "ru"}) you should get a response in Russian ("ru") regardless of the value set in Geocoder.configure(...).
-
Alex Reisner authored
-
Alex Reisner authored
-
- Dec 21, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Now every fake query does not need to be listed in the code, a fixture just needs to be added.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Changed since pull request was submitted.
-
Alex Reisner authored
Also add test for method presence in all lookups.
-
- Dec 20, 2012
-
-
Alex Reisner authored
-
m0thman authored
-
- Dec 08, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
Make Geocoder.configure accept a hash (now preferred) and add Geocoder.config method (for reading config). Deprecate old syntax.
-