- Jan 27, 2014
-
-
gxbe authored
-
Egor Bikov authored
-
Egor Bikov authored
-
- Jan 24, 2014
-
-
Yong Gu authored
-
- Jan 21, 2014
-
-
dblock authored
-
- Jan 09, 2014
-
-
Francois Bernier authored
-
- Jan 05, 2014
-
-
Alex Reisner authored
-
Yong Gu authored
-
- Jan 02, 2014
-
-
Yong Gu authored
-
- Dec 24, 2013
-
-
Alexey Kuleshov authored
-
Philip Hallstrom authored
Functionality to pass optional :min_radius value to 'near' searches. Only works with ActiveRecord and not Sqlite.
-
- Dec 23, 2013
-
-
Bonias authored
Example: class City < ActiveRecord::Base geocoded_by :address, :lookup => lambda{|obj| obj.custom_lookup } def custom_lookup # return custom lookup for record end end
-
Bonias authored
Allow to set custom lookup option for Geocoder.search, Geocoder::Query.new and ActiveRecord::Base.(reverse_)geocoded_by Examples: class City < ActiveRecord::Base geocoded_by :address, :lookup => :nominatim end Geocoder.search("address", :lookup => :nominatim)
-
- Dec 20, 2013
-
-
Joshua Rumbut authored
Adds test for freegeoip host configuration
-
- Dec 17, 2013
-
-
Alexey Elizarov authored
Couldn't get city from yandex
-
- Dec 16, 2013
-
-
Scott Carleton authored
Neighborhood, Sub State and Sub State Code
-
- Dec 13, 2013
-
-
dblock authored
-
- Dec 11, 2013
-
-
Alex Reisner authored
This is more in line with existing signatures for similar methods.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This reverts commit d657ee16.
-
- Nov 23, 2013
-
-
mdalton authored
-
- Nov 16, 2013
-
-
George Lee authored
-
- Nov 13, 2013
-
-
George Lee authored
-
Ray authored
-
Ray authored
-
- Nov 05, 2013
-
-
zhaknafein authored
Added an "endpoint" method, to calculate a point given a starting point, distance and heading (in degrees)
-
- Nov 02, 2013
-
-
Alex Reisner authored
-
- Oct 23, 2013
-
-
Tim Williams authored
http_proxy & https_proxy settings can now be specified with or without the protocol prefix.
-
- Oct 01, 2013
-
-
Philip Hallstrom authored
-
Eugene Russkikh authored
-
- Sep 29, 2013
-
-
Eugene Russkikh authored
-
- Sep 13, 2013
-
-
Vladimir Kiselev authored
-
Dobromir Minchev authored
-
- Sep 07, 2013
-
-
Adam Bray authored
-
- Sep 01, 2013
-
-
Fernando Morgenstern authored
Previously it was returning an exception which is not the same behavior as the other lookups.
-
Fernando Morgenstern authored
-
Fernando Morgenstern authored
Lookups are always loaded even when they aren't used. So the geoip gem was being checked even when user wouldn't like to use the maxmind_local lookup.
-
Roger Campos authored
-