AJAX validation on Rails Written by BigSmoke on March, the 28th, in 2006 This text discusses how I handled validation messages and other notices caused by AJAX requests in Rails. Update – 20 april 2007: Wiebe fixed a long-standing bug in the code: non-AJAX flash messages were not being discarded at all, resulting in them remaining in the flash a request too long. Update – 20 may 2006: Wiebe pointe