# view Just a little test: <%= text_field_with_auto_complete :contact, :name %> # controller auto_complete_for :contact, :name |
Zwei(!) Zeilen im Zweifelsfall. Unglaublich. Jaw dropper.
Wer mehr dazu wissen möchte:
Das ganze basiert Clientseitig übrigens auf script.aculo.us
4 comments
da sucht man nach einem Tutorial für Autocomplete von Textfeldern und wo landet man am Ende…hätte vielleicht gleicht mal hier schauen sollen!
Hihi… 😉
i get invalid authenticity token error in this way .then i googling for it and find this tutorial and it works for me. http://share-facts.blogspot.co.....rails.html
Hey,
i just disabled the verification for the token in the controller just for the autocomplete methods like so:
i guess you did something similiar 😉
Post a Comment