UI Deploy

Curated, Short, Web UI Dev we Love.

Rails: Easily add autocomplete to forms

Since resources in my rails app can easily reach several thousand and million entries, I wanted a way to easily select one in a form. A quick google search led me to this excellent post by releu: http://gistflow.com/posts/428-autocomplete-with-rails-and-select2

view source

Advertisement