About acts_as_sanitized

acts_as_sanitized is a Rails plugin designed to scrub your data clean before it hits your database. For the time being, it's really basic. In the future, it'll do a better job of cleaning up data than Rails does by default.

Installing

In your Rails application's root directory, run:

script/plugin install -x http://svn.devjavu.com/actsassanitized

Or, to check out the source whenever you like, do:

svn co http://svn.devjavu.com/actsassanitized acts_as_sanitized

Usage

Please see the README file after installing/checking out the source for instructions on usage.

Contributing

Patches are more than welcome. Thanks!