Ajax scaffold doesn't show up :(

Hi there,
I just installed the plugin following the simple steps at
http://blog.caronsoftware.com/articles/category/ajax-scaffold-plugin

But when I point my browser to any controller, it does not display
anything (no ajax tables, nothing, my pages look just like before).

I added this to my item_controller.rb:
ajax_scaffold :item

Then I put this into application.rhtml (the main layout displayed on
all the pages)
<%= ajax_scaffold_includes %>

I go to
http://localhost:3000/item/
And all I see is the old list page…
(I tried renaming the old list.rhtml but then RoR only says ‘Missing
template’

Thanks a lot!

Victor, did you try stopping and restarting your server after installing
the plugin and changing your code? You won’t see the changes till you
start a new server session.

Shauna