- Jan 27, 2014
-
-
Alex Reisner authored
-
Egor Bikov authored
-
Egor Bikov authored
-
- Jan 24, 2014
-
-
Yong Gu authored
-
- Jan 21, 2014
-
-
dblock authored
-
- Jan 05, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Yong Gu authored
-
- Dec 28, 2013
-
-
Alex Reisner authored
-
Alex Reisner 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 13, 2013
-
-
dblock authored
-
- Dec 11, 2013
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Nov 23, 2013
-
-
mdalton authored
-
- Nov 16, 2013
-
-
George Lee authored
-
- Nov 06, 2013
-
-
zhaknafein authored
-
zhaknafein authored
The startpoint variable wasn't used when calculating the endpoint.
-
zhaknafein authored
-
- Oct 23, 2013
-
-
Tim Williams authored
-
Tim Williams authored
http_proxy & https_proxy settings can now be specified with or without the protocol prefix.
-
- Oct 01, 2013
-
-
Philip Hallstrom authored
-
- Sep 29, 2013
-
-
Eugene Russkikh 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
-
Roger Campos authored
-
Roger Campos authored
-
- Aug 28, 2013
-
-
Marcin Olichwirowicz authored
-
Jez Stephens authored
-
- Jul 26, 2013
-
-
Alex Reisner authored
-
- Jul 12, 2013
-
-
robdiciuccio authored
-
- 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
-