Hey Luke, fantastic plugin! should be standard for all learning rails.
Just thought I'd point out to anyone like myself who just discovered this nifty little plugin and is trying to get it to work. Two points I stumbled on I'd like to share.
1) Don't forget to restart your WEBrick server for your application after installing this plugin and updating your source. Otherwise you'll get the UIEnhancements error.
2) Don't forget this is an AJAX plugin, so needless to say in the beginning of every view file you need to put the statement <%= javascript_include_tag "prototype" %> I found it works just putting it below my <h1> tags in my rhtml files.
Hopefully saved others an hour or two scratching their heads :)
|