I’m in the process of building a Rails application and needed to introduce some autocomplete functionality on a couple of text fields.
If you’re using Rails 3 and are not working with jQuery and the jQuery UI library, then there is a solid gem you may want to checkout; otherwise, here’s how you can setup autocomplete on a text field using Rails 3, jQuery, and jQuery UI.