Rails String à HTML
<% @string = "<h1>foo</h1>" %>
<%= @string.html_safe %>
Lioruby
<% @string = "<h1>foo</h1>" %>
<%= @string.html_safe %>