#29 new
Matt Jones

Update dynamic tag name example in the manual

Reported by Matt Jones | December 28th, 2011 @ 08:53 PM

This code:

<%= "<#{my_tag_name}>" %> ... <%= "</#{my_tag_name}>" %>

no longer works correctly due to Rails 3's automatic escaping. It should instead be:

<%= raw "<#{my_tag_name}>" %> ... <%= raw "</#{my_tag_name}>" %>

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

See http://cookbook.hobocentral.net

Shared Ticket Bins

People watching this ticket

Pages