I followed the instruction from this site
http://github.com/darthapo/comatose/tree/master
1. created empty rails app
created database and setup database.yml
2. ran these commands (all worked ok)
script/plugin install acts_as_tree/list
$ ./script/plugin source http://mattmccray.com/svn/rails/plugins
$ ./script/plugin install comatose
$ ./script/generate comatose_migration
3. $ rake db:migrate produced these errors
== 20080731015211 AddComatoseSupport: migrating ===============================
-- create_table(:comatose_pages)
-> 0.0866s
Creating the default 'Home Page'...
rake aborted!
can't convert String into Integer
Does anyone know how to work around this? Thanks in advance.