From: Curt Hibbs Date: 2005-01-23T17:34:20+09:00 Subject: Re: Use of scaffolding in the ONLamp Rails tutorial Lyle Johnson wrote: > > On Sun, 23 Jan 2005 09:33:16 +0900, bananafishbones > wrote: > > > Is it throwing an error at you? Make sure you've got the db set up > > correcty - I had a problem using phpMyAdmin until I realized that id > > needed to be set to auto_increment. > > It wasn't throwing an error -- or, at the least, no error messages > were getting written to the development.log file. And as I mentioned > in an earlier message, the ActiveRecord layer does seem to do the > right thing in terms of inserting the new row into the database *if* I > use it outside of the Web application. So I think the database is > probably set up correctly. Perhaps the problem is your browser caching the pages. Try forcing a page re-load. or exiting and restarting your browser. Curt