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
03 Oct 2009, 00:00 GMT
5 months ago