index
:
Evernote-Rails-Example
master
An example of how to set up an OAuth connection and make API requests to Evernote from within a Rails application
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
Age
Commit message (
Expand
)
Author
2015-12-31
NotesController#index: Remove old code
HEAD
master
Teddy Wing
2015-12-31
Remote services/evernote.rb
Teddy Wing
2015-12-31
Remove Auth::EvernoteController
Teddy Wing
2015-12-30
Use updated 'kipcole9/evernote' gem
Teddy Wing
2015-12-30
NotesController: Rename `auth_token` to `access_token`
Teddy Wing
2015-12-30
NotesController: Display notes and note contents
Teddy Wing
2015-12-30
Include 'kipcole9/evernote' note_store.rb directly
Teddy Wing
2015-12-30
Trying to get notes from notebooks
Teddy Wing
2015-12-30
NotesController#index: List Evernote notebook names
Teddy Wing
2015-12-30
Create NotesController
Teddy Wing
2015-12-30
SessionsController: Remove `User`-related code
Teddy Wing
2015-12-30
SessionsController: Add sample code provided by OmniAuth
Teddy Wing
2015-12-30
Create SessionsController
Teddy Wing
2015-12-30
Add a link to login with Evernote on homepage
Teddy Wing
2015-12-30
Add Auth::EvernoteController
Teddy Wing
2015-12-30
Create HomeController
Teddy Wing
2015-12-30
Initial commit. Base Rails 4.2.5 project.
Teddy Wing