- Apr 03, 2013
-
-
ian asaff authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Eskil Olsen authored
In addition to checking for []/[]= and set/get, also check for functions like read/write.
-
- Apr 01, 2013
-
-
Douglas Pouk authored
-
- Mar 31, 2013
-
-
Luke Wendling authored
fix regexp match in yahoo lookup to use xml boundary instead of newlines. fixes broken lookup unit test
-
Luke Wendling authored
-
- Mar 27, 2013
-
-
Dimko authored
-
- Mar 20, 2013
-
-
Arsalan Ahmed Tahir authored
-
- Mar 04, 2013
-
-
Jee Lee authored
-
- Feb 25, 2013
-
-
Michael Irwin authored
-
- Feb 20, 2013
-
-
Roberto Pepato authored
-
- Feb 09, 2013
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
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 06, 2013
-
-
Christian Aust authored
-
- Jan 30, 2013
-
-
Oriol Gual authored
-
Fletcher Fowler 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 29, 2012
-
-
Idris authored
-
- Dec 28, 2012
-
-
Paul Nicholson authored
-
- Dec 27, 2012
-
-
Matthew Gerring authored
-
Matthew Gerring authored
MapQuest doesn't require a key for the "open" API, but the geocoder throws an error if you don't provide one anyway. This edit makes the API key optional.
-
- 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
-
Alex Reisner authored
-
Alex Reisner authored
-
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 22, 2012
-
-
Alex Reisner authored
Either do it consistently across Ruby versions, or don't do it at all. Plus, it didn't seem to work.
-