[Rails] scaffolding not working correctly?
Bob Sidebotham
bob.sidebotham at gmail.com
Sun Dec 5 01:49:56 GMT 2004
Also with the todo tutorial, scaffolding does not work fully for me.
The actions show, list, edit, and new all work, but destroy, create,
and update all get "Not Found" errors (with error strings like
"`/todo/create' not found"). It does actually seem to do the
action--just doesn't redirect, i.e. it seems to be looking for a page
with the same name as the action, but should probably be redirecting
to list or show.
This is with rails 0.8.5 with WEBrick 1.3.1 and ruby 1.8.2.
Out-of-the-box. No changes except to edit the config file, run the two
scripts to create the model/controller, and add the require to the
controller.
I do remember seeing somewhere that rails was not tested with 1.8.2...
Bob
More information about the Rails
mailing list