From: Lyle Johnson Date: 2005-01-22T07:27:08+09:00 Subject: 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?