h()
також корисний для уникнення цитат.
Наприклад, у мене є вид, який генерує посилання за допомогою текстового поля result[r].thtitle
. Текст може містити поодинокі цитати. Якщо я не уникнув result[r].thtitle
методу підтвердження, Javascript буде порушений:
<%= 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
Rails за допомогою магічної декларації заголовок уникає.
&<>"'/