Rails Validations – fieldWithErrors

While working on some assignment in rails the other day, I came across a weird issue related with rails validations and re rendering of views upon actionrecord validation failure. The issue was composed of two parts. 1. Re rendering the form on validation check was messing the form layout. 2. Only IE was showing the […]

Read more "Rails Validations – fieldWithErrors"