- Feb 02, 2015
-
-
Thu Trang Pham authored
-
- Jan 27, 2015
-
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
- Jan 06, 2015
-
-
Will Fleming authored
Test suite failed because railtie wasn't loaded (because Rails/ActiveRecord are stubbed out in test env). This initializes it explicitly in test_helper before any models get defined
-
- Dec 17, 2014
-
-
Alex Reisner authored
-
Robert Wachs authored
-
- Nov 08, 2014
-
-
Alex Reisner authored
GeoLite2 is a free version of a product called GeoIP2. Both use the same format.
-
- Oct 16, 2014
-
-
Christian Bøtker Høj authored
-
- Oct 11, 2014
-
-
Rob Murray authored
-
Rob Murray authored
-
Rob Murray authored
-
- Sep 30, 2014
-
-
Karri Niemelä authored
-
- Sep 20, 2014
-
-
lipanski authored
-
- Jul 25, 2014
-
-
Brian Flanagan authored
-
- Jun 15, 2014
-
-
Alex Reisner authored
-
- Jun 14, 2014
-
-
Luke Roberts authored
-
- Jun 13, 2014
-
-
Luke Roberts authored
-
- Jun 12, 2014
-
-
Alex Reisner authored
Response to GH issues #579 and #663.
-
- Mar 13, 2014
-
-
Alex Reisner authored
This is relevant for SmartyStreets, and seems like a good idea in general (possibly supported by other APIs).
-
- Feb 25, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Jan 21, 2014
-
-
dblock authored
-
- Jan 05, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Yong Gu authored
-
- Dec 28, 2013
-
-
Alex Reisner authored
-
- 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 11, 2013
-
-
Alex Reisner authored
-
- Nov 16, 2013
-
-
George Lee authored
-
- Sep 01, 2013
-
-
Fernando Morgenstern authored
Previously it was returning an exception which is not the same behavior as the other lookups.
-
- 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 18, 2013
-
-
Fernando Morgenstern authored
The result of the lookup in maxmind_local is stored at test/test_helper.rb to avoid the inclusion of maxmind's database in repository.
-
- Apr 16, 2013
-
-
Alex Reisner authored
-
- Feb 20, 2013
-
-
Roberto Pepato authored
-
- Feb 08, 2013
-
-
Christian Aust authored
-
- Dec 31, 2012
-
-
Alex Reisner authored
-
- Dec 24, 2012
-
-
Alex Reisner authored
-