- Fixes across Active Support (Enumerable#sole returns full tuple, parallel test hangs when workers die, NameError on instance singleton class attributes) and Action View (restored default name/id method).
- Active Record bug fixes for SQLite3 cascade delete during table alterations, composite primary key clearing in belongs_to, and autosaving invalid records; adds support for bound SQL literals in CTEs.