November 2007
Intermediate to advanced
912 pages
18h 44m
English
ActiveRecord ValidationsComputers are like Old Testament gods; lots of rules and no mercy.
The Validations API in ActiveRecord allows you to declaratively define valid states for your model objects. The validation methods hook into the life cycle of an ActiveRecord model object and are able to inspect the object to determine whether certain attributes are set, have values in a given range, or pass any other logical hurdles that you specify.
In this chapter, we’ll describe the validation methods available and how to use them effectively. We’ll explore how those validation methods interact with your model’s attributes and how the built-in error-messaging system messages can be used effectively in your ...
Read now
Unlock full access