public
Description: An adoption of taskTHIS for chinese users.
Homepage:
Clone URL: git://github.com/yzhang/taskthis_cn.git
taskthis_cn / README
100644 43 lines (26 sloc) 0.771 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
= 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