Deprecate `.reorder(nil)` with `.first` / `.first!` taking non-deterministic result by kamipo · Pull Request #36889 · rails/rails

Actually, first taking non-deterministic result is considered a bug to me. But changing the behavior should not be happened in rc2. I've restored the behavior for 6.0, and then will deprecate t...