search for: frozen_edg

Displaying 1 result from an estimated 1 matches for "frozen_edg".

Did you mean: frozen_edge
2006 Mar 10
4
validation is giving me heartburn
this one is killing me. all i want to do is validate the format of user-entered software versions. so in the model i have: validates_format_of :version, :message=>"Not valid version number." :with=>/[0-9]\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}/ the form field is simply the scaffold form code: <p><label