Skip to content

Export Rails annotations to Basecamp todo list

Notifications You must be signed in to change notification settings

hron/keep-in-mind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Summary

Keep In Mind is a Rails plugin which allows to export application notes into BaseCamp todo list.

To export annotations just run: rake notes:export

Configuration

Before you export annotations, please set the following params in keep_in_mind.rb:

  TODO_LIST_ID  = '1234'
  TODO_LIST_URL = 'http://project.basecamphq.com/todo_lists'
  USER = 'user'
  PASSWORD = 'password'

Automation

You can add the following line to crontab to invoke rake task from cron:

5 12 * * * sh -c 'cd ~/www/project && rake notes:export'

About

Export Rails annotations to Basecamp todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages