h()
उद्धरणों से बचने के लिए भी उपयोगी है।
उदाहरण के लिए, मेरे पास एक दृश्य है जो एक पाठ क्षेत्र का उपयोग करके लिंक उत्पन्न करता है result[r].thtitle
। पाठ में एकल उद्धरण शामिल हो सकते हैं। अगर मैं result[r].thtitle
पुष्टिकरण विधि से बच नहीं पाया , तो जावास्क्रिप्ट टूट जाएगा:
<%= link_to_remote "#{result[r].thtitle}", :url=>{ :controller=>:resource,
:action =>:delete_resourced,
:id => result[r].id,
:th => thread,
:html =>{:title=> "<= Remove"},
:confirm => h("#{result[r].thtitle} will be removed"),
:method => :delete %>
<a href="#" onclick="if (confirm('docs: add column &apos;dummy&apos; will be removed')) { new Ajax.Request('/resource/delete_resourced/837?owner=386&th=511', {asynchronous:true, evalScripts:true, method:'delete', parameters:'authenticity_token=' + encodeURIComponent('ou812')}); }; return false;" title="<= Remove">docs: add column 'dummy'</a>
नोट: :html
शीर्षक घोषणा जादुई रूप से रेल द्वारा बच गई है।
&<>"'/