This is an example autocomplete app for elasticsearch_autocomplete gem
Clone repository and setup application:
git clone git://github.com/leschenko/example_elasticsearch_autocomplete.git
cd example_elasticsearch_autocomplete
bundle install
rake db:create
rake db:migrateSetup autocomplete data and elasticsearch index:
rake autocompleteRun server
bundle exec rails sVisit http://localhost:3000 and try it!