Skip to content

kilimchoi/ruby_draft_sample_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## Sample application to fool with data from Draft

Run these commands to try it out.

bundle
rake db:setup
OAUTH_ID=... OAUTH_SECRET=... rails s -p 3001

Requires Ruby 1.9.2 or later to run.

This is based on the [TODO example from RailsCasts](railscasts.com/episodes/353-oauth-with-doorkeeper).

Your OAuth Redirect URI that you would setup in Draft for this app would then be something like this:

127.0.0.1:3001/auth/draft/callback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published