Awesome Ruby Active Record Value Cleanup

  • updated 5 months ago MIT License

    Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers

  • updated about 1 year ago

    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).

  • updated 10 months ago MIT License

    🔪 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.