私は書いています:
<%= form_for(current_user, :remote => true) do %>
<p>
<%= label_tag t("language") %>:
<%= select_tag "language", options_for_select([["Русский", "rus"], ["English", "eng"]]) %>
</p>
<p><%= submit_tag t "options.save" %></p>
<% end %>
インスペクタ: http://deeflow.com/changer/inspect.png
コンテンツ: http://deeflow.com/changer/content.png
しかし、dbの値は更新されません