Closed yosiat closed 2 months ago
Thanks for your report!
It was caused by the behavior changes in Rails 7.2.0 See: https://github.com/rails/rails/pull/51726
In Rails 7.1.4 nil.to_s
will become empty string.
In Rails 7.2.0 nil.to_sym
will raise error.
Just released v1.3.2.
See the CHANGELOG for more details
Hi,
I am trying to upgrade my application to Rails 7.2, but when I use
deep_pluck
with association - I am getting the following error:This ruby script reproduces the issue: