Links
Categories
Plugins Tagged validate
-
Assert Request
The assert_request plugin provides an easy way to make sure that your rails actions are only called with the method, protocol, and parameters that you expect.
This can save a considerable amount of error-checking code, uncover hidden bugs, and prevent security holes.
-
Validates as email
Validates emails against a regular expression that supposedly represents the syntax of RFC822 email addresses.
-
validates_timeliness
A Rails 2.x date and time validation plugin that works with Rails 2.1 timezone handling.
