aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-31NotesController#index: Remove old codeHEADmasterTeddy Wing
2015-12-31routes.rb: Remove unused (commented) routeTeddy Wing
2015-12-31Gemfile: Remove unused and commented Evernote gemsTeddy Wing
2015-12-31Remote services/evernote.rbTeddy Wing
2015-12-31Remove Auth::EvernoteControllerTeddy Wing
2015-12-31README: Change run instructions to use make taskTeddy Wing
2015-12-31Add MakefileTeddy Wing
2015-12-31Add READMETeddy Wing
2015-12-31Add setup.shTeddy Wing
2015-12-30Add LICENSE (MIT)Teddy Wing
2015-12-30Add .env.sampleTeddy Wing
2015-12-30.gitignore: Ignore .envTeddy Wing
2015-12-30Use updated 'kipcole9/evernote' gemTeddy Wing
2015-12-30NotesController: Rename `auth_token` to `access_token`Teddy Wing
2015-12-30NotesController: Display notes and note contentsTeddy Wing
2015-12-30Include 'kipcole9/evernote' note_store.rb directlyTeddy Wing
2015-12-30Add 'kipcole9/evernote' gemTeddy Wing
2015-12-30Trying to get notes from notebooksTeddy Wing
2015-12-30NotesController#index: List Evernote notebook namesTeddy Wing
2015-12-30Add 'evernote-thrift' gemTeddy Wing
2015-12-30routes.rb: Add route to notes index pageTeddy Wing
2015-12-30Create NotesControllerTeddy Wing
2015-12-30SessionsController: Remove `User`-related codeTeddy Wing
2015-12-30SessionsController: Add sample code provided by OmniAuthTeddy Wing
2015-12-30Create SessionsControllerTeddy Wing
2015-12-30Add OmniAuth middlewareTeddy Wing
2015-12-30Get rid of 'evernote-oauth' and install 'omniauth'Teddy Wing
2015-12-30routes.rb: Add route to Evernote auth controller methodTeddy Wing
2015-12-30Add a link to login with Evernote on homepageTeddy Wing
2015-12-30Add Auth::EvernoteControllerTeddy Wing
2015-12-30Create HomeControllerTeddy Wing
2015-12-30Add config/evernote.ymlTeddy Wing
2015-12-30Add 'evernote-oauth' gemTeddy Wing
2015-12-30.gitignore: Ignore `/vendor/bundle/`Teddy Wing
2015-12-30Initial commit. Base Rails 4.2.5 project.Teddy Wing