News tagged by validation
- Validations for non-ActiveRecord Model Objects The application I am currently working on has a form that has a large number of input parameters but is not persisted to the database. I still wanted to use the ActiveRecord Validations as they make my life easier but I did not know if there was an... Type: News | Submitter: Scott Sherwood | Date created: 04 February 2008
- What's New in Edge Rails: Validations Now :allow_blank The various activerecord validation methods now accept an :allow_blank option that will let validation pass if the value is nil or an empty string. Type: News | Submitter: Scott Sherwood | Date created: 05 September 2007

