I added some caching functionality to the geokit gem and used gemcutter to create a copy \'badnaam-geokit\'. The only changed are in Geocoders.rb which works fine if I just modify it locally.
I am using the geokit gem and plugin with rails 3. It seems there is a known issue with them, which can be seen here http://github.c开发者_JAVA技巧om/andre/geokit-rails/issues#issue/15
I started to create a rails plugin which includes some class and instance methods of Controller and Model.
I\'m developing a real estate web catalogue and want to geocode every ad us开发者_开发知识库ing geokit gem.
I\'m using will_paginate to paginate my geokit search results. The code works, however, when looking at the log it does double the geokit query when using the following will_paginate call:
I recently switched my database from MySQL to 开发者_高级运维PostGres.I also use GeoKit.When I started my app up with the new database already seeded, I get the following error:
How would you cache Geo开发者_如何学CKit requests? This does not work for me... Geokit::Geocoders::query_cache= true
i have looked through the list of related questions however my problem does not seem to be listed and hence here it is: