- Oct 11, 2014
-
-
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
-
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 21, 2012
-
-
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
Changed since pull request was submitted.
-
- Dec 08, 2012
-
-
Alex Reisner authored
Make Geocoder.configure accept a hash (now preferred) and add Geocoder.config method (for reading config). Deprecate old syntax.
-
- Dec 06, 2012
-
-
Alex Reisner authored
-
- Nov 08, 2012
-
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
- Nov 06, 2012
-
-
Alex Reisner authored
Add test and display Yahoo's error message in warning.
-
Alex Reisner authored
-
- Oct 22, 2012
-
-
Matthew Landauer authored
-