radiant_validators
This extension allows extension developers to easily override the validators built into Radiant’s models. This is done by adding a new method to the ActiveRecord class to clear validations, and methods to remove validations based on validator name. All built-in Radiant model validations are cleared and redefined in this extension with names set to allow other extensions to remove them easily.
| Author | JediFreeman |
|---|---|
| Website | http://github.com/JediFreeman/Radiant-Validators-Extension |
| Repository | git://github.com/JediFreeman/Radiant-Validators-Extension.git |
| Download | http://github.com/JediFreeman/Radiant-Validators-Extension/tarball/master |
| Supports | Radiant 0.9.0 |
| Record Created | February 17, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install radiant_validators
There are no database migrations or public files for this extension.
