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 (
commit 4e802faf60dc40a5b6bf15dda8231bc466919c9b
tree b5a66d4840d062d723c388c46e765b9121e70862
parent 01b448bf3930e0134fa55e12acf9ae7044eae5bc
tree b5a66d4840d062d723c388c46e765b9121e70862
parent 01b448bf3930e0134fa55e12acf9ae7044eae5bc
| 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.







