From: David Heinemeier Hansson Date: 2005-01-22T21:06:42+09:00 Subject: Re: Use of scaffolding in the ONLamp Rails tutorial > I'm going through Curt's excellent Rails tutorial (at > http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html) and getting > stuck around the point that I try to add a new row to the recipes > table by clicking the "Create" button. It seems like the basic > "scaffolding" approach isn't doing the right thing, because it never > adds a row to the database for the newly created recipe(s). Just > curious if anyone else is having trouble at this point in the > tutorial? Have a look in the log by doing something like "tail -f log/development.log" -- then you'll be able to see all the SQL statements being fired off and whether the request is coming in right. If you have additional questions, please do come hang out on #rubyonrails for real-time assistance or use the dedicated Rails mailing list. You can read more about both on http://wiki.rubyonrails.com. Welcome to the Rails world! -- David Heinemeier Hansson, http://www.basecamphq.com/ -- Web-based Project Management http://www.rubyonrails.org/ -- Web-application framework for Ruby http://macromates.com/ -- TextMate: Code and markup editor (OS X) http://www.loudthinking.com/ -- Broadcasting Brain