JavaScript validation

0 views
Skip to first unread message

Rob Cash

unread,
Jul 3, 2009, 11:47:38 AM7/3/09
to rubyonra...@googlegroups.com
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 via http://www.ruby-forum.com/.

bill walton

unread,
Jul 3, 2009, 7:40:02 PM7/3/09
to rubyonra...@googlegroups.com
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

Älphä Blüë

unread,
Jul 3, 2009, 10:39:45 PM7/3/09
to rubyonra...@googlegroups.com
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...

Lakshmi Narayana

unread,
Jul 3, 2009, 11:03:09 PM7/3/09
to rubyonra...@googlegroups.com
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....

Rob Cash

unread,
Jul 4, 2009, 11:32:20 AM7/4/09
to rubyonra...@googlegroups.com
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.

Lakshmi Narayana

unread,
Jul 4, 2009, 10:44:06 PM7/4/09
to rubyonra...@googlegroups.com
 ya sure...

Rob Cash

unread,
Jul 14, 2009, 3:03:34 PM7/14/09
to rubyonra...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages