I have a Rails application with Twitter Bootstrap that, when creating a record and displaying errors, shows the error in a flash / notice as the image:
However, I would like errors to appear in the fields, and change the input class to .has-error or something. I took a look at the field_error_proc and tried to change it in several ways, however, without success (actually, maybe I did something wrong).