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 | |
|---|---|---|---|
| |
.gitignore | Fri Oct 10 01:20:10 -0700 2008 | |
| |
CHANGELOG.rdoc | Thu Oct 30 16:32:54 -0700 2008 | |
| |
COPYING | Fri Oct 10 01:20:10 -0700 2008 | |
| |
README.rdoc | Thu Oct 30 16:32:54 -0700 2008 | |
| |
Rakefile | Thu Oct 30 16:32:54 -0700 2008 | |
| |
lib/ | Thu Oct 30 16:32:54 -0700 2008 | |
| |
sequel_notnaughty.gemspec | Thu Oct 30 19:25:37 -0700 2008 | |
| |
spec/ | Fri Oct 10 01:20:10 -0700 2008 |
README.rdoc
Ruby-Sequels adapter to NotNaughty - The Validation Framework
Validate all your Ruby Sequel models with NotNaughty:
class Sequel::Model
is :notnaughty
end
Validate just specific models:
class Item < Sequel::Model
is :notnaughty
validates_uniqueness_of :name, :in => category
end
For more examples see NotNaughty documentation.







