strip_attributes 1.7.1
StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activemodel
< 5.0, >= 3.0
Development Dependencies (5):
active_attr
~> 0.7
minitest
< 6.0, >= 4.7
minitest-matchers
~> 1.2
minitest-reporters
>= 0.14.24
rake
~> 10.1.1