I am totally new to both Ruby and Rails ( of course ). I am having trouble with the Cookbook tutorial. Strange things are happening. I think that I have tracked it down to the link_to method not behaving correctly. Take a look: I create list.rhtml as decribed in the tutorial. At the bottom of this template is the following: <p><%= link_to "Create new recipe", :action => "new" %></p> When I view source on the resulting page I see this: <p><a href="/Recipe/list/1">Create new recipe</a></p> Same sort of thing happens on the scaffold page. The form button points to action=>new rather than action=>save. Any thoughts? actionpack-1.4.0 rails-0.9.5 Thanks, Dave