Rails Plugin to Validate (X)HTML and CSS
Monday, September 15th, 2008Something I have wanted to do for a long time is automatically validate content such as (X)HTML, CSS, atom feeds etc that is generated by the web application. A while ago I put together the assert-valid-asset plugin that allowed you to assert (in functional tests) that the content generated is valid. However you still had to explicitly call the assert. (more…)
