I tried installing gmaps4rails gem.
I added the gem 'gmaps4rails' to my Gemfile and ran the 'bundle install . It said that my package was installed successfully. I can find "Using gmaps4rails (0.8.8)" using 'gem list' . I added the specified columns to my users table using rake db:migrate and added the acts_as_gmappable and gmaps4rails_address to my User model.
Visited pages that include the user model give me the error "undefined local variable or method 'acts_as_gmappable'" .
Is there something I am missing?
For more context, the code I'm using is from the Rails 3 tutorial.
OS X 10.6.6
ruby 1.8.7
rails 3.0.7
passenger 3.0.7
source share