Comments on: Simple Easy AJAX Form Validation in Rails https://blog.maxaller.name/2008/03/simple-easy-ajax-form-validation-in-rails/ ruby, ubuntu, etc Thu, 17 Mar 2016 20:35:40 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Max https://blog.maxaller.name/2008/03/simple-easy-ajax-form-validation-in-rails/comment-page-1/#comment-3 Max Fri, 23 Jan 2009 01:48:49 +0000 http://giftswappo.com/wordpress/?p=9#comment-3 Make sure you got that “flash[:create_form_error] = true” line. For some reason that’s not on its own line.

]]>
By: sclough https://blog.maxaller.name/2008/03/simple-easy-ajax-form-validation-in-rails/comment-page-1/#comment-4 sclough Wed, 21 Jan 2009 22:36:48 +0000 http://giftswappo.com/wordpress/?p=9#comment-4 This was very helpful. It’s the cleanest way I’ve seen to do error validation on custom remote forms. For some reason, the error messages are being added on the page if I post multiple errors, but I’m going over the code to see if I messed something up.

]]>