可以任何人告訴我如何輕鬆實現自動完成在rails 3.1?謝謝。附: simple_form最好的解決方案是什麼?導軌3.1自動完成和實時更新導軌
另外,我也想知道如何實現meetup的RSVP即時推送?
我有以下表格,但它沒有工作,請指教。
%table
= simple_form_for(@book) do |f|
%th book name
%th
= f.input :name, label: false, placeholder: "add a name", :wrapper_html => { :id => 'autocomplete' }
= f.input :object, autofocus: true, label: false
%th
= f.button :submit, "Yes!"
這是兩個問題,對不對?我會把第二個單獨的SO問題分開。 – tbuehlmann