binarylogic / coercionlogic
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.document | Wed Aug 12 20:03:59 -0700 2009 | |
| |
.gitignore | Wed Aug 12 20:03:59 -0700 2009 | |
| |
LICENSE | Wed Aug 12 20:03:59 -0700 2009 | |
| |
README.rdoc | Thu Aug 13 11:13:42 -0700 2009 | |
| |
Rakefile | Thu Aug 13 11:13:42 -0700 2009 | |
| |
lib/ | Wed Aug 12 20:13:14 -0700 2009 | |
| |
spec/ | Wed Aug 12 20:13:14 -0700 2009 |
README.rdoc
Coercionlogic
Extremely simple module to coerce blank strings into nil objects for ActiveRecord to create consistency in your database data. It keeps you from having to write query conditions like:
name = '' OR name IS NULL
This library is part of my attempt to start pulling out common code in my applications and sharing them via gems.
Copyright © 2008 Ben Johnson of Binary Logic, released under the MIT license
