geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Geokit::Geocoders::timeout issue with JRuby #2

Closed samson-emerge closed 14 years ago

samson-emerge commented 15 years ago

Basically, when using JRuby if the timeout value is not commented out in config/initializers/geokit_config.rb then Geokit fails at server startup. Commenting out timeout fixes the issue but also causes other issues deeper in the Geokit Gem/Plugin code.

More info here: http://groups.google.com/group/geokit/browse_thread/thread/c15a09c186b086f4

andre commented 14 years ago

merged and closed