crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3

Home Page:http://rubygems.org/gems/rails3-jquery-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to activate autocomletion with underscore "_" in the name

blshkv opened this issue · comments

I have a controller (table) name "my_example_controller.rb". Is it possible to enable autocompletion function on it?

Thanks

Yes; that is definitely possible. If you are still having issues you will need to provide more details as to what you are encountering. Providing a code snippet at a minimum; a link to a gist or repo would help.

I would provide all details if the reply would be a little bit faster.

There was also a limitation where I couldn't get multiple fields in return or it was not straightforward. I've switched to a different library since then.