私はこれからのドキュメントを見たことがありません..
私が持っている場合
<%= best_in_place @user, :city, type=> :input, %>
data-provide="typeahead" を含める必要があります
<%= best_in_place @user, :city, type=> :input,:data => {:provide => "typeahead"} %>
そしてソースを含める
<%= best_in_place @user, :city, :type=> :input, :data => {:provide => "typeahead", :source => City.getcities.to_json} %>
City.getcities.to_json
都市名を含む適切なjsonリストを返すと仮定します
これはうまくいきません...