-
Add check to see if it’s even an ActiveRecord column, and not something that has been duck-typed in (which throws a warning that Object#type has been deprecated). (ealdent)
-
Change package structure.
-
Rails 2.2.2 compatible.
-
Don’t set to NULL if the stripped value is the same as the column’s default.
-
Binary columns being stripped.
-
False incorrectly interpreted as empty.
-
Workaround to ensure plugin is only ever loaded once.
-
Initial revision.