Comments on: Simple Easy AJAX Form Validation in Rails
https://blog.maxaller.name/2008/03/simple-easy-ajax-form-validation-in-rails/
ruby, ubuntu, etcThu, 17 Mar 2016 20:35:40 +0000hourly1http://wordpress.org/?v=3.5.1By: Max
https://blog.maxaller.name/2008/03/simple-easy-ajax-form-validation-in-rails/comment-page-1/#comment-3
MaxFri, 23 Jan 2009 01:48:49 +0000http://giftswappo.com/wordpress/?p=9#comment-3Make 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
scloughWed, 21 Jan 2009 22:36:48 +0000http://giftswappo.com/wordpress/?p=9#comment-4This 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.
]]>