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!