This project is archived and is in readonly mode.
Support for HTML5 data elements in content_for
Reported by Erin Staniland | November 28th, 2009 @ 02:32 PM
I've added support for HTML5 data elements in content_for
For example:
<% content_tag_for(:li, @person, :data => [:first_name, :last_name]) %>...
would produce the following HTML (assuming @person has the methods first_name and last_name):
<li id="person_123" data-first_name="David" data-last_name="Heinemeier Hansson">...
I've attached a patches for master and 2-3-stable
Comments and changes to this ticket
-
Erin Staniland November 28th, 2009 @ 02:46 PM
- Tag changed from actionview, content_for, html5 to actionview, content_for, html5, patch
-
Rohit Arondekar October 6th, 2010 @ 06:29 AM
- State changed from new to stale
- Importance changed from to
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>