Rails 8 introduces a `comparable` option for serialized attributes, preventing unnecessary database writes when serialized data representations change but the content remains the same.
Rails 7.2 introduced `with_connection` for better database connection management. Learn why you should use it instead of the traditional `connection` method.