I have Rails 2.3.3 installed and jrails_auto_complete plugin seems not to work:
# View
text_field_with_auto_complete :photo, :place
# Controller
auto_complete_for :photo, :place
# Routes
map.auto_complete ':controller/:action',
:requirements => { :action => /auto_complete_for_\S+/ },
:conditio...
I've just started new branch of my project, where I try to use jRails. As far everything works awesome, except the autocomplete (especially text_field_with_auto_complete). What would be the best solution to make autocomplete working again?
implement whole autocomplete by myself (I don't really like this one)
rewrite the old prototype h...
I just starting using jRails and the jRails auto_complete helper
http://github.com/evilmarty/jrails_auto_complete
I was using the default auto_complete helper before using prototype and the drop in worked fine with jRails except for hovering over the results of the autocomplete. If you use simple text for the result, it works as adver...
I have been struggling to get a simple autocomplete working with my Rails app using the jQuery UI 'autocomplete' I'm already using jRails, so I tried using the jrails_auto_complete
I set it up like it says in the README, but I get the following javascript error when I start typing in the box:
Failed to load resource: the server respon...