Rails 3 still fucking up field_with_errors.

Wow. I thought the arguments for using SPAN instead of DIV tags were pretty convincing. Alas, those smart guys on the Rails core team think otherwise. So, fuck them. Here’s one way to fix it in Rails 3: Inside application.rb: module Arcade class Application < Rails::Application   ActionView::Base.field_error_proc = Proc.new do |html_tag, instance| include ActionView::Helpers::RawOutputHelper [...]