azisaka / validates_as_uri
- Source
- Commits
- Network (0)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Chris Mowforth (author)
Thu Jun 12 16:20:31 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
ValidatesAsUri ============== Proactively validate user-supplied URIs, and DRY up your model code. Installation: script/plugin install git://github.com/cmowforth/validates_as_uri.git Examples ======= Assuming the database column name is 'uri': validates_as_uri :uri Copyright (c) 2008 [Chris Mowforth], released under the MIT license

