geokit
gem customizations
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.[详细]
2023-01-14 05:42 分类:问答Geokit and rails 3
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[详细]
2023-01-11 03:31 分类:问答Setup a testdirectory for a Rails Plugin
I started to create a rails plugin which includes some class and instance methods of Controller and Model.[详细]
2023-01-05 07:02 分类:问答Database layout for an application with geocoding features using geokit
I\'m developing a real estate web catalogue and want to geocode every ad us开发者_开发知识库ing geokit gem.[详细]
2023-01-03 16:19 分类:问答Will_paginate and geokit misbehavior (double query)
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:[详细]
2023-01-02 10:24 分类:问答Rails: Converting from MySQL to PostGres breaks Geokit Distance Calculations?
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:[详细]
2022-12-30 03:42 分类:问答Rails geokit caching
How would you cache Geo开发者_如何学CKit requests? This does not work for me... Geokit::Geocoders::query_cache= true[详细]
2022-12-18 22:49 分类:问答Geokit in Ruby on Rails, problem with acts_as_mappable
i have looked through the list of related questions however my problem does not seem to be listed and hence here it is:[详细]
2022-12-11 17:57 分类:问答