public
Description: Rails application created in a series of posts on http://jrom.net/ [spanish].
Homepage: http://jrom.net/
Clone URL: git://github.com/jrom/microtodo.git
name age message
file .gitignore Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
file README.rdoc Loading commit data...
file Rakefile
directory app/
directory config/
directory db/ Sun Mar 22 14:31:02 -0700 2009 Initial commit: adding app [jrom]
directory doc/ Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
directory lib/ Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
directory log/ Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
directory public/ Tue Mar 24 16:58:44 -0700 2009 Completing and Uncompleting tasks with ajax che... [jrom]
directory script/ Sun Mar 22 14:31:02 -0700 2009 Initial commit: adding app [jrom]
directory test/
directory tmp/ Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
directory vendor/ Sun Mar 22 16:08:29 -0700 2009 Adding empty folders to the structure [jrom]
README.rdoc

Micro Todo

Demo application (Rails 2.3) created in jrom.net/creando-una-aplicacion-web-con-ruby-on-rails-capitulo-1 [spanish].

Now featuring some new additions (read jrom.net/creando-una-aplicacion-web-con-ruby-on-rails-capitulo-2 ) like adding tasks using Ajax and completing/uncompleting tasks in a very fancy way.

To clone and play with it:

git clone git://github.com/jrom/microtodo.git

cd microtodo

rake db:migrate

script/server