aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
AgeCommit message (Collapse)Author
2015-12-31Remove Auth::EvernoteControllerTeddy Wing
No longer used now that we're authenticating with OmniAuth.
2015-12-30Create NotesControllerTeddy Wing
This will show an example page that gets notebook & note information from Evernote and displays it.
2015-12-30Create SessionsControllerTeddy Wing
This will handle the OAuth callback coming from OmniAuth.
2015-12-30Add Auth::EvernoteControllerTeddy Wing
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.
2015-12-30Create HomeControllerTeddy Wing
Will serve our index page.
2015-12-30Initial commit. Base Rails 4.2.5 project.Teddy Wing