Hi, it’s Vipul. Happy Friday 🎃!
Let’s explore this week’s changes in the Rails codebase.
New Guides Pull Request for review
A new guides Pull Request is up, which updates the Active Record Encryption Guide. If you are well versed in these areas, please review and submit your feedback on the PR!
We also have 2 other Guides PRs open where you can help out!
- Update Threading and Code Execution Guide
- Move and merge PostgreSQL Guide into the API and other guides
Fix affected_rows for SQLite adapter
This update refines the SQLite adapter’s affected_rows
logic. It addresses two issues: #changes
wasn’t reset for non-mutating queries like SELECT, while #total_changes
could overcount due to…