| Age | Commit message (Collapse) | Author | 
|---|
|  | This will show an example page that gets notebook & note information
from Evernote and displays it. | 
|  | Since we don't have a `User` model or any user handling whatsoever in
this app currently, let's remove any references to a "user" and just
output the auth hash to the server log to see what we get.
We can just copy our auth tokens manually to start making some requests
to the Evernote API. | 
|  | This is the sample callback code to get access to the OAuth auth hash.
A new route specifies that `SessionsController#create` should handle the
OAuth callback coming from Evernote. | 
|  | This will handle the OAuth callback coming from OmniAuth. | 
|  | * Add index method to HomeController
* Add root route to HomeController#index
* Add link on index page to `/auth/evernote` | 
|  | Include some sample code from the 'evernote-oauth' gem README
(https://github.com/evernote/evernote-oauth-ruby). Not quite sure how
I'm going to get this to work just yet though. | 
|  | Will serve our index page. | 
|  |  |