auto_strip_attributes
auto_strip_attributes copied to clipboard
AutoStripAttributes gem for Rails helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs (e.g. when user copy/pa...
I have similar issue like @skandragon in #4: "strip all non-serialized text and string fields" I want all of the string columns to be stripped automatically. This is what I...
Hi \u2002 utf8 character doesn't seems to be stripped out. The [[:space:]] special regex expression does detect it, but the gem doesn't remove it. To reproduce: ``` class Person <...