Forum: Ruby on Rails JavaScript validation

Posted by Rob Cash (rubyrob)
on 2009-07-03 17:47
Hi Folks,

I'm relatively new to Rails, but am very enamored with it for the most
part so far.  I have a contacts page where the User enters his/her
personal information. I'm using the server-side validates_presence_of,
and downloaded a plugin that allows me to validate_date_time.  I would
like to do some javascript client-side validation, and wonder what the
ROR approach is to this, as it's bound to be different (probably much
nicer) than what I have done in the past.  I thought this would show up
immediately googling, but haven't found exactly what I was hoping for.

Thanks, Rob
Posted by bill walton (Guest)
on 2009-07-04 01:40
(Received via mailing list)
Hi Rob,

On Fri, 2009-07-03 at 17:47 +0200, Rob Cash wrote:
> I have a contacts page where the User enters his/her
> personal information. I'm using the server-side validates_presence_of,
> and downloaded a plugin that allows me to validate_date_time.  I would
> like to do some javascript client-side validation, and wonder what the
> ROR approach is to this, as it's bound to be different (probably much
> nicer) than what I have done in the past.

Sorry to disappoint, but Rails is server-side.  If you want to do it
client-side you're going to have to write some Javascript.

Best regards,
Bill
Posted by Alpha Blue (elricstorm)
on 2009-07-04 04:39
Server Side denotes that you are interfacing with a model and a database 
so therefore, validation would be done within the model.

But, if you are needing to do client-side validation within a form that 
is not backed by a model, you need to use javascript validation.  And, 
that means you can pretty much use any javascript validation script 
that's on the net for your purposes.  Rails works hand in hand with 
java/ajax...


Posted by Lakshmi Narayana (Guest)
on 2009-07-04 05:04
(Received via mailing list)
hi,

i also faced the similar problem.. long time back.. and i ahave used 
jQuery
plugin for that.. so i thought i can help you..
check out this url
http://bassistance.de/jquery-plugins/jquery-plugin-validation/..
this should do.... any quieries i am available online....

On Fri, Jul 3, 2009 at 9:17 PM, Rob Cash
Posted by Rob Cash (rubyrob)
on 2009-07-04 17:32
Lakshmi Narayana wrote:
> hi,
> 
> i also faced the similar problem.. long time back.. and i ahave used 
> jQuery
> plugin for that.. so i thought i can help you..
> check out this url
> http://bassistance.de/jquery-plugins/jquery-plugin-validation/..
> this should do.... any quieries i am available online....
> 
> On Fri, Jul 3, 2009 at 9:17 PM, Rob Cash

Thanks to all for the replies! ... Lakshmi, I'll give this a try and may 
be back with you for questions.
Posted by Lakshmi Narayana (Guest)
on 2009-07-05 04:44
(Received via mailing list)
ya sure...


On Sat, Jul 4, 2009 at 9:02 PM, Rob Cash
Posted by Rob Cash (rubyrob)
on 2009-07-14 21:03
Lakshmi Narayana wrote:
> ya sure...
> 
> 
> On Sat, Jul 4, 2009 at 9:02 PM, Rob Cash

Lakshmi ... Just wanted to thank you for turning me on to Jquery.  All I 
can say is WOW !  This is so much cleaner than classic JavaScripting.

Rob
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.