Part 8: Add Profile Pics with Gravatar
Last updated
Last updated
You need to have an e-mail address registered with Gravatar for this to work. If you do not already have one you can go to .
Open up your gemfile and under your devise
gem add
In the terminal run
This will install the gravtastic gem. Then remember to restart your rails server.
Open app/models/user.rb
, and add these lines
right after class User < ApplicationRecord
.
Open app/views/layouts/application.html.erb
and right under
add
Now open you app in your browser and login with an e-mail address that is associated with a Gravatar. You should be able to see your Gravatar.