rails2.02 的CRUD搞不定呢。。。

rails2.02 的CRUD搞不定呢。。。

郁闷。。。。
建了个sqlite3的表,表明是books 字段如下:id title description buydate

建了个model叫book

执行 ruby script/generate scaffold book title:string description:string buydate:datetime

然后自动在views里生成了目录books,并且,生成了php?name=CRUD" onclick="tagshow(event)" class="t_tag">CRUD四个文件, 但都是.html.erb结尾的,和正常的rhtml不一样啊.....

访问localhost/books
提示:

Routing Error

No route matches "/books" with {:method=>:get}

自己建了个books的controller也不行。。。
2.02好像不用自己建表了,你直接

[Copy to clipboard] [ - ]
楼上正解,html.erb就等于rhtml