Displaying 3 results from an estimated 3 matches for "x2713".
Did you mean:
2713
2011 May 16
2
Cannot get multipart => true , running well in my form when using remote => true
..._GB/clips" class="new_clip"
data-remote="true" enctype="multipart/form-data" id="new_clip"
method="post"><div style="margin:0;padding:0;display:inline"><input
name="utf8" type="hidden" value="✓" /><input
name="authenticity_token" type="hidden" value="1ovVVdl+oh17phaR4ZVMc/
wZpL5v07YMBh+KsEqjTpk=" /></div>
...
<p><input id="clip_image" name="clip[image]" type="file" /></p>
<p><input...
2011 Oct 24
1
JQuery autocomplete example
...:
<form accept-charset="UTF-8" action="/packages/1" class="edit_package"
id="edit_package_1" method="post"><div
style="margin:0;padding:0;display:inline"><input name="utf8"
type="hidden" value="✓" /><input name="_method" type="hidden"
value="put" /><input name="authenticity_token" type="hidden"
value="ob80tvhunNJs2IAL1qiLdppBRNLq6hSRKASZo4f+Cr4=" /></div>
<input data-autocomplete="/packages/auto...
2011 Jan 06
14
Forceing PUST vs. POST in form
...tion="http://www.example.com/users/330/roles"
class="edit_user_role"
id="edit_user_role_form" method="post">
<div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓" />
<input name="_method" type="hidden" value="put" />
</div>
This confuses me. The form method is not being set by the html
attribute but a hidden field is being created instead. Since Rails
considers only the HTTP verb for routing this s...