http://mywebd.blogspot.com/
Beginning Ruby on Rails article
Instead of creating relational tables and scaffolding
Use the following steps
ruby script\generate model Category id:integer name:string Desc:string
rake db:migrate
then Rolling with RoR Part II suffice
Thanks