The signature of the helper is
text_field_with_auto_complete(object, method, tag_options = {}, completion_options = {})
So you need to put an explicit empty tag_options this way:
<%# untested %> <%= text_field_with_auto_complete :detail, :title, {}, :min_chars => 4 %>