forma simples para adicionar ID à entrada

<%= f.input :name, input_html: { id: "name" } %>
Lioruby