risuiowa / rails-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3 and later.
MIT License
210 stars 80 forks source link

Needed to include gem 'jquery-ui-rails' to get it to work #84

Open epugh opened 7 years ago

epugh commented 7 years ago

I'm happy to submit a PR to update the README. I had to add

# jQuery UI dependency.
gem 'jquery-ui-rails'

to my Gemfile on Rails 4.2 to get the

//= require jquery-ui/autocomplete

to be found. Happy to put in PR, though seems like there are a lot of dead ones out there!

alexey commented 7 years ago

If someone have jquery-ui v6 and: couldn't find file 'jquery-ui/autocomplete' with type 'application/javascript' Then need to: //= require jquery-ui/widgets/autocomplete

black-snow commented 6 years ago

Anyone still maintining this project?