Exploring ActiveRecord::Base::normalizes in Rails 7.1
Occasionally, there’s a need to standardize data before it’s stored in a database. For instance, you might want to convert email addresses to lowercase, eliminate leading and trailing spaces, and more. With the introduction of Rails 7.1, the new Acti...
arish.hashnode.dev2 min read