- Jan 05, 2014
-
-
Yong Gu authored
-
- Jan 02, 2014
-
-
Yong Gu authored
-
- Dec 28, 2013
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Allow passing optional :min_radius value to 'near' searches.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Add :lookup option to Geocoder.search. Allows lookup to be specified on a per-model basis.
-
- Dec 27, 2013
-
-
Alex Reisner authored
Add Ruby 2.1.0, Rubinius to Travis CI config.
-
Peter M. Goldstein authored
-
- Dec 24, 2013
-
-
Alex Reisner authored
Allow arbitrary attributes on Geocoder::Result::Test
-
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
-
-
Alex Reisner authored
-
Alex Reisner authored
Add support for freegeoip host configuration.
-
Joshua Rumbut authored
Adds test for freegeoip host configuration
-
- Dec 17, 2013
-
-
Alex Reisner authored
Fix Yandex result #city
-
Alexey Elizarov authored
Couldn't get city from yandex
-
- Dec 16, 2013
-
-
Alex Reisner authored
Adding attributes to Geocoder::Result::Test
-
Scott Carleton authored
Neighborhood, Sub State and Sub State Code
-
- Dec 13, 2013
-
-
Alex Reisner authored
Fix: avoid exception in some some cases with Yandex city.
-
dblock authored
-
- Dec 11, 2013
-
-
Alex Reisner authored
Remove Radians, Decimal, and % Operator to work with FB
-
Alex Reisner authored
This is more in line with existing signatures for similar methods.
-
Alex Reisner authored
Add Geocoder::Calculations.endpoint method.
-
Alex Reisner authored
Added ability to make a default stub for the geometry response parameter
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Ignore invalid IP addresses in HTTP headers.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
This reverts commit d657ee16.
-
- Nov 27, 2013
-
-
Alex Reisner authored
-
- Nov 26, 2013
-
-
Alex Reisner authored
add support for baidu's geolocation api
-