- Mar 21, 2015
-
-
Alex Reisner authored
To run a single file, use: ruby -I test <filename>
-
- Jan 30, 2015
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
Thu Trang Pham authored
-
- Sep 17, 2014
-
-
sethherr authored
-
- Feb 25, 2014
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Feb 08, 2014
-
-
Alex Reisner authored
-
- Dec 23, 2013
-
-
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
-
- Jul 26, 2013
-
-
Alex Reisner authored
-
- Feb 07, 2013
-
-
Mike Boone authored
Use \A and \z in regular expressions to avoid newline issues. Also, do not consider any address that begins with 127 to be a loopback IP.
-
- Oct 23, 2012
-
-
Alex Reisner authored
This addresses: https://github.com/alexreisner/geocoder/issues/322
-
- Sep 09, 2012
-
-
Alex Reisner authored
This allows searching by, for example, WOEID with Yahoo PlaceFinder.
-
- Sep 02, 2012
-
-
Alex Reisner authored
Also move some lookup-related methods to Geocoder::Lookup module.
-