RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: rainkinz
I think this might be what you're looking for: https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview
Forget my comment above. It's working. Not sure what i was doing wrong. I updated the project to use bundler and it works fine. Thanks.
Hi Ryan,
I'm trying to get your example to work, but having no luck with content_for. There is never any content added in the layout where you have
<%= yield :head %>
I pulled the latest code off github and having the same issue.
I think this might be what you're looking for: https://github.com/plataformatec/devise/wiki/OmniAuth%3A-Overview
Forget my comment above. It's working. Not sure what i was doing wrong. I updated the project to use bundler and it works fine. Thanks.
Hi Ryan,
I'm trying to get your example to work, but having no luck with content_for. There is never any content added in the layout where you have
<%= yield :head %>
I pulled the latest code off github and having the same issue.