All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
ActiveRecord
The direct attribute names are clearer and easier to read.
Book.update_attributes!(author: 'Alice')
Book.update!(author: 'Alice')