I'm a nob with ruby ββrails and that's it. Sorry if my question is dumb.
I installed the environment with rvm (as a user) with ruby ββ1.8.7-p334. I created a gemset for my "application", and now I would like to show the address map on the page. I searched and found gmaps4rails.
I add "gem" gmaps4rails "to my Gemfile and install package
I changed my model (added the necessary columns and rake db: migrate) and act_as_gmappable, and I get
undefined local variable or method `acts_as_gmappable'
If I add "gmaps4rails", I get
no such file to load -- gmaps4rails
Any ideas?
Thanks.
source share