active_record_host_pool
active_record_host_pool copied to clipboard
Remove `ForkTracker.check!` for Rails > 7.1, fix Rails main testing.
This was removed in Rails^1. In the PR byroot notes that requiring
Ruby 3.1+ (like we do in ARHP) allows for removing ForkTracker.check!
entirely but I'm not positive of the implications so I'm not removing
for versions of Rails <= 7.1.
Also, fixes Rails main.