This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Jun 07 23:15:48 -0700 2008 | [bgetting] |
| |
README | Sat Jun 07 23:15:48 -0700 2008 | [bgetting] |
| |
init.rb | Sat Jun 07 23:15:48 -0700 2008 | [bgetting] |
| |
lib/ | Sat Jun 07 23:15:48 -0700 2008 | [bgetting] |
README
* validates_multiparameter_assignments plugin A Ruby on Rails plugin that adds "validates_multiparameter_assignments" method to ActiveRecord::Base. Example: class User < ActiveRecord::Base validates_multiparameter_assignments end This makes multiparameter assignment errors to be added to the model, rather than raising ActiveRecord::MultiparameterAssignmentErrors. By default the error message is read from ActiveRecord::Base.default_error_messages[:invalid]. You can change the message by adding an option like this: validates_multiparameter_assignments :message => " is not entered correctly." This plugin is especially useful when you use date_select helper method in the view, where the user can enter invalid dates such as "Feb 31, 2006". - Shinya Kasatani <kasatani at gmail.com>




