No commit activity in last 3 years
No release in over 3 years
juery-autocomplete is a javascript library for autocomplete. This gem integrates the library with the rails asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0
>= 3.0
>= 0.14

Runtime

 Project Readme

Jquery-autocomplete 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 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.