Rails 3.0 deprecated f.error_messages and now requires a plugin to work correctly - I however want to learn how to display error messages the (new) native way.
f.error_messages
I just looked into the docrails github issues, and they've decided to remove f.error_messages instead of explaining how to do validation for comments.