Open mdeering opened 14 years ago
Restarted server several times but still get the following error:
ActionView::Template::Error (undefined method `gravatar_image_tag' for #<#Class:0x103d02b78:0x103cfe848>):
Also Gemfile has the following in a global section that has been successfully installed
gem 'gravatar_image_tag', '1.0.0'
bundle show gravatar_image_tag /Library/Ruby/Gems/1.8/gems/gravatar_image_tag-1.0.0
rails -v Rails 3.0.4
Ok got it. Though I was bouncing the rails server there was an error because the port (3000) was bound already.
Resolution: lsof -iTCP:3000 kill -9 pid rails server &
No problem with gravatar - just a bad shutdown of rails server.
In case you have others complaining about something similar ask them to try this as well.
Best
Restart you server after you run 'bundle install'. Please don't log an issue here if you have not done a restart of your rails server at a minimum to try and resolve your problem.