search for: client_side_validation

Displaying 3 results from an estimated 3 matches for "client_side_validation".

2006 Aug 14
2
Plugins: Validation Reflection and Client-Side Validation
I''ve just put two plugins on RubyForge. Included below are the READMEs. You can get the plugins at svn://rubyforge.org//var/svn/valirefl/validation_reflection/trunk svn://rubyforge.org//var/svn/clientsidevali/client_side_validation/trunk Michael Validation Reflection ===================== Version 0.2, 2006-08-06 This plugin adds reflective access to validations - ModelClass.reflect_on_all_validations - ModelClass.reflect_on_validations_for(:property) = Deprecation Notice Version 0.1 had supplied three methods - v...
2006 Nov 07
2
Plugin to add client side JS forms validation ?
Hi, is there a plug in or other things to easily add some client verification for HTML forms ? Thank you very much. Nicolas. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Sep 08
0
Client side form validations
Can anyone point me in the direction of what is the best way to implement client side validations in rails? It seems like it is/used to be client_side_validations, but I can''t get it to work with formtastic or simple_form. Is there a gem out there that will do client side form validations out of the box, or do I need to write my own javascript? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to...