Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails Tutorial Users Please README #5

Open
mdeering opened this issue Nov 16, 2010 · 2 comments
Open

Rails Tutorial Users Please README #5

mdeering opened this issue Nov 16, 2010 · 2 comments
Labels

Comments

@mdeering
Copy link
Owner

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.

@mayukh
Copy link

mayukh commented Mar 4, 2011

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

Use gravatar for user profile images

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

@mayukh
Copy link

mayukh commented Mar 4, 2011

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

  • Mayukh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants