Validation of date_select

I’m new to ror. I need to check a date in a form.
I’m validating if the datefields (I used a date_select) are empty. In
case they are not all three fiels (d, m, y) get a red background, but
only the selectfield for the day gets red. How can I change the
background of all selectfields?
In a second step I check if the date is allowed (31th of february
isn’t). Is it possible to change in this case the backgroundcolor of the
field for the day and the month?
thanks in advance

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kim Q. wrote:
| I’m new to ror. I need to check a date in a form.
| I’m validating if the datefields (I used a date_select) are empty. In
| case they are not all three fiels (d, m, y) get a red background, but
| only the selectfield for the day gets red. How can I change the
| background of all selectfields?
| In a second step I check if the date is allowed (31th of february
| isn’t). Is it possible to change in this case the backgroundcolor of the
| field for the day and the month?
| thanks in advance

A look into the Rails API documentation reveals this:

Though, you might want to ask the Rails community about this and Other
Rails related questions:

They usually answer faster.


Phillip G.
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

~ “Dad buried in landslide! Jubilant throngs fill streets! Stunned
father inconsolable - demands recount!” – Calvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgm3W8ACgkQbtAgaoJTgL9w4wCfTJyHdb5U1kCQ9kJPqHH1Akv0
g+YAni0NQtunQFU4636Yz6Gb5cBB4hF/
=Beru
-----END PGP SIGNATURE-----

Thanks. I’ll post my question there.

A look into the Rails API documentation reveals this:
http://api.rubyonrails.org/classes/ActiveRecord/Validations.html

Though, you might want to ask the Rails community about this and Other
Rails related questions:
Ruby on Rails — Community

They usually answer faster.