pluginGeek
ActiveRecord: Normalize attributesRuby430EditSanitize user input before saving it to the database. Strip whitespace, html tags and more.
Adds the ability to normalize attributes cleanly with code blocks and predefined normalizershttps://github.com/mdeering/attribute_normalizer
StripAttributes is an ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.https://github.com/rmm5t/strip_attributes
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/pastes some value to a form and the value has extra spaces at the end).https://github.com/holli/auto_strip_attributes
Related categories
Around the webAdd
No links yet, just add one :-D