From 2051cd66c9c02777e2eff1789ce2d1f76dd2e7e9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:30:38 -0800 Subject: Get rid of 'evernote-oauth' and install 'omniauth' Removing the 'evernote-oauth' gem because I couldn't figure out how to get it to work. Decided to go with OmniAuth to handle OAuth because I had a good experience with it in the past and figured it would be simpler to set up. Also installing the 'omniauth-evernote' provider to enable authentication with Evernote. Comment out the route I had created to `auth/evernote#index` for 'evernote-oauth'. --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 33b3726..953364f 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,10 @@ gem 'sdoc', '~> 0.4.0', group: :doc # Use Capistrano for deployment # gem 'capistrano-rails', group: :development -gem 'evernote_oauth' +# gem 'evernote_oauth' + +gem 'omniauth' +gem 'omniauth-evernote' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console -- cgit v1.2.3