Skip to content

madebymany/taskboard

 
 

Repository files navigation

Taskboard
=========
your on-line tool for task management fun

http://taskboard.cognifide.com

Copyright (c) 2008-2009 Cognifide
http://www.cognifide.com

This is a really useful command when setting up the DB for the first time...

# Run the following in script/console
# Replace the details with the values you need.
#
u = User.new(:username => 'admin', :password => 'password1', :password_confirmation => 'password1', :editor => 1, :is_admin => 1)
u.save!

About

your on-line tool for task management fun

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.1%
  • Ruby 34.9%