Skip to content

Instantly share code, notes, and snippets.

@xufuou
Created November 3, 2017 11:48
Show Gist options
  • Save xufuou/762c72ed840ea897f06517f8ca66e13c to your computer and use it in GitHub Desktop.
Save xufuou/762c72ed840ea897f06517f8ca66e13c to your computer and use it in GitHub Desktop.
https://www.digitalocean.com/community/tutorials/how-to-configure-devise-and-omniauth-for-your-rails-application
add to Gemfile
gem 'therubyracer'
gem 'devise'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-google'
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment