Newbie Rails Trip-ups, TDS Developer's Corner Rails validation error not displaying – validates_presence_of, error_message_for Dawn January 7, 2010 4 Comments Rails gotcha doesn’t display validation errors when using redirects after validation execution. Change the redirect to “render :action => ‘method'” to handle error display.