Todo List Component
Overview
Todo List component offers functions to manage personal todo-list.
- Rubricks users can make a todo and complete it.
- Rubricks users can arrange their todos with DnD style.
- Todo synchronizes calendar and mail notification.
Download
RubyForge:Rubricks[[BR]] http://rubyforge.org/frs/?group_id=1494
License
- MIT
Installation and Usage
- Download 'todo_list-0.x.zip'.
- Unzip 'todo_list-0.x.zip'.
- Copy todo_list.rzip to RAILS_ROOT/install
- Login rubricks as admin.
- Install todo_list at Component Management Page.
- Grant permission of todo_list for some groups at Group Management Page.
Usage of Mail Notification
About BackgrouDrb
- TodoList component has a function of mail notification.
- This function is based on BackgrounDrb which is OSS Rails extension.
- BackgrounDrb is supplied with Rails0.5.3 or later,so you don't have to install it by gem.
- You have to start dRuby Server when you start webrick or mongrel.
Start and Stop
The step for starting and stopping backgrounDrb is below.
Linux
$rake backgroundrb:start $rake backgroundrb:stop
Windows
ruby script\backgroundrb\start ruby script\backgroundrb\stop
