Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Rolling with Ruby on Rails Revisited
Subject:   Solve Routing Error
Date:   2008-11-06 07:18:00
From:   amit.software.kumar
Rails2.x Problem


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