Fix `Type::Date#serialize` to return a date object correctly by kamipo · Pull Request #25364 · rails/rails
Currently Type::Date#serialize does not cast a value to a date object. It should be cast to a date object for finding by date column correctly working. Fixes #25354.