I am getting the
undefined local variable or method `acts_as_mappable'
error when using geokit, and after tons of Goggling and attempts, I cannot seem to be able correct the problem.
Basically, I have the following gems installed:
geokit (1.6.0, 1.5.0)
geokit-rails31 (0.1.3)
and have the following in my model
class House < ActiveRecord::Base
acts_as_mappable
end
and Gemfile:
gem 'geokit', '>= 1.5.0'
gem 'geokit-rails31'
I get the error with or without doing the following in my local app.
rails plugin install git://github.com/jlecour/geokit-rails3.git