darthapo / taskthis

Simple, AJAX enabled, todo list manager.

This URL has Read+Write access

darthapo (author)
Wed Dec 03 19:46:02 -0800 2008
commit  d07012a1ad0dce27c55eb6142af3e195d0e9abd4
tree    ad0038d534c2736106a78dbc3c6492d7489c3b65
parent  86629ae8605c02f44f8c0fb72cc8a7afcdaf43ba
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