Chosen for rails asset pipeline

JQueryAutocomplete is a jquery plugin for autocompletion.

The jquery-autocomplete-rails gem integrates the Chosen with the Rails asset pipeline.

Usage

Install jquery-autocomplete-rails gem

gem 'jquery-autocomplete-rails'

Then run bundle install

Include chosen javascript assets

Add to your app/assets/javascripts/application.js

//= require jquery.autocomplete

The infrastructure for this gem is heavily borrowed from https://github.com/tsechingho/chosen-rails.