I am having problems with Resource routing.
I generated a new resource called Page using the generate scaffold command.
When I go to the http://0.0.0.0:3000/pages/new , enter data, then press Submit, the page is routed back to the list page: http://0.0.0.0:3000/pages
I have another resource called Announcement that was created the same way and it does add a record, then routes to the view page.
This is happening on Rails 2.1, on a PC using InstantRails, AND now on a Mac.
Is anyone else having this issue?





That might be the case considering you're doing a pretty vanilla scaffolding, and the regular Rails scaffolding should be pretty straightforward out-of-the-box.


Bookmarks