This post originated from an RSS feed registered with Ruby Buzz
by Andrew Montgomery.
Original Post: XHTML Strict Invalid with RESTful forms
Feed Title: Dark Liquid - Ruby
Feed URL: http://feeds.feedburner.com/DarkLiquid-Ruby
Feed Description: Ruby and Rails related ramblings by Andrew Montgomery
At work, I discovered that using the standard ���form_for��� helper with simply restful generated invalid markup, since the secret ���fake method��� input tag was not enclosed in a proper element.
Therefore, I wrote a plugin to hack it in for the time being. you can get by: