Hello, I'm trying to validate 2 dates that were provided by the user using a form that wraps a model.
I want to do the following 2 validations in the model: **** validate the date format => That I know how to do! **** if the format validation was a success, then ensure that date1 is smaller or equal than date2 => That's I do not know I've spend, in vain, more than 2 hours to find a solution in order to understand: ** 1 ** How to trigger a second validation only if the first one was an success? ** 2 ** How to compare to dates using the macros in ActiveRecord? Any ideas? Kind regards Axinte --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

