- Feb 21, 2016
-
-
Emil Sågfors authored
TimeoutError is deprecated in Ruby 2.3.0. It has been an alias for Timeout::Error starting in Ruby 1.8.0, and should be safe to replace.
-
- Jan 31, 2016
-
-
mathias authored
-
- Jan 21, 2016
-
-
Thu Trang Pham authored
-
- Dec 06, 2015
-
-
Anton Davydov authored
-
- Mar 11, 2015
-
-
Alex Reisner authored
-
- Mar 06, 2015
-
-
Thu Trang Pham authored
-
- Mar 05, 2015
-
-
Thu Trang Pham authored
-
- Mar 04, 2015
-
-
Thu Trang Pham authored
-
- 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
-