search for: enforce_utf8

Displaying 1 result from an estimated 1 matches for "enforce_utf8".

2014 Jun 04
0
Design question: Redirection to a "create" action.
...password), but also an entry field for a Dicts object, and *two* submit buttons, one with the meaning of "login and create a new dictionary", and the other one with the meaning "login and open a existing dictionary": <%= form_tag("/login",method:"get", enforce_utf8:true) do %> .... <%= submit_tag(value="Create New Dictionary", class: 'kanren_button', name: 'create') %> <%= submit_tag(value="Open/Pick Existing Dictionary", class: 'kanren_button', name: 'open') %> <% end %...