First, I’d like to apologize for the long delay in posting to my blog. My wife and I had our second child at the end of September and things have been hectic since then.
I was playing around with the ajax autocompletion code from script.aculo.us but couldn’t get it working in my own code. It turns out that in addition to prototype.js in your layout RHTML, you also need to include effects.js and controls.js, so the code looks as follows:
<%= javascript_include_tag :defaults %>
