public
Description: An adoption of taskTHIS for chinese users.
Homepage:
Clone URL: git://github.com/yzhang/taskthis_cn.git
name age message
file COPYING.txt Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
file LICENSE.txt Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
file README Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
file Rakefile Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory app/ Wed Dec 24 20:16:35 -0800 2008 mark the completed tasklists in sidebar [Zhang Yuanyi]
directory config/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory db/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory doc/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory lib/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory public/ Thu Dec 11 20:01:54 -0800 2008 separate completed and uncompleted tasklists [Zhang Yuanyi]
directory script/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory test/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory vendor/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
directory website/ Sat Dec 06 16:11:05 -0800 2008 initial import [Zhang Yuanyi]
README
= TaskTHIS =

Task*THIS* is a technology demo. It's provided as
an example of how easy an AJAX enabled application 
is to build using Rails (2.1.1)


== Requirements

* Ruby
* Rails (2.1+)
* RedCloth
* Sqlite, MySql or Postgres


== Installation

=== Database

The database uses Rails' Migration support. All you
should have to do it initialize your database, after
you created it, is to call:

 > rake db:migrate

As long as you've configured the database correctly 
in config/database.yml, it should create the schema 
for you.

=== General

You may need to set the 'executable' bit of the files 
in the script/ folder on *nix systems (including Mac 
OS X):

> chmod 0744 script/*


== Special Thanks

* Robby (www.robbyonrails.com) for the PostgreSQL 
  schema script