Articles // How to fix Andre Geokit timeout method error

If you use Geokit plugin in a rails application, and it started to complain about undefined 'timeout=' method, the following command fired from the application root should help:

$ sed -i 's/Geocoders::timeout/Geocoders::request_timeout/' \
         config/initializers/geokit_config.rb

Comments // 0

Leave a comment

There are no comments yet. Be the first to leave one.

Tags

ruby, rails, geokit, error, fix, howto

Technorati Delicious Flickr

Published on October 03, 2009

10 months ago

This article has 0 comments