The ActiveRecord abstract adapter was refactored in https://github.com/rails/rails/pull/52428. This PR contains the fixes required to get the tests passing before the abstract adapter refactoring. Note: The Rails SHA before the refactor was 0b3320bcd5e705302b5707bcf27a80537b812c1f
The ActiveRecord abstract adapter was refactored in https://github.com/rails/rails/pull/52428. This PR contains the fixes required to get the tests passing before the abstract adapter refactoring. Note: The Rails SHA before the refactor was 0b3320bcd5e705302b5707bcf27a80537b812c1f
Changes also required to use
IndexResults
rows instead of converting them to hashes. See https://github.com/rails/rails/pull/51744