Skip to content

This is a simple input field auto completion example for Rails 3.1 using the jQueryUI Autocomplete Plugin.

Notifications You must be signed in to change notification settings

tbuehlmann/jqueryui_autocomplete_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JQueryUI Autocomplete Example

This is a simple input field auto completion example for Rails 3 using the JQueryUI Autocomplete plugin.

Installation

$ bundle install
$ rake db:migrate
$ rake db:seed
$ rails server

Usage

Go to the root page of the application and type s to the search field.

Note

You might experience routing errors like ActionController::RoutingError (No route matches [GET] "/assets/images/ui-bg_inset-hard_100_fcfdfd_1x100.png"), that's a Rails 3.1.0rc5 bug.

About

This is a simple input field auto completion example for Rails 3.1 using the jQueryUI Autocomplete Plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published