Rails-Ajax Autocompleting with scriptaculous
Posted by mustapha under Rails[11] Comments | No Trackbacks
A visitor to Ruby Zone asked in a comment about my post "Rails is cool":
Here is a step by step how I do it:
I was wondering how you could accomplish this with a different controller. For ex:
in the users view I have:
<%= text_field_with_auto_complete :state, :name %>
where would I put the controller code, in the user or state controller. so far both havent worked for me. Thanks
Here is a step by step how I do it:
