- 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.
-
- Dec 07, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Previously they were testing many things which were not configuration. All we care about is whether settings are read/writeable via the methods provided.
-
- Dec 06, 2012
-
-
Alex Reisner authored
-