khiav223577 / deep_pluck

Allow you to pluck attributes from nested associations without loading a bunch of records.
MIT License
460 stars 14 forks source link

Support for rails 7.0.8 #62

Closed oztofer closed 9 months ago

oztofer commented 9 months ago

I upgraded rails version 7.0.4 to 7.0.8 When I try to use any model with deep_pluck, I get the following:

.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/activerecord-7.0.8/lib/active_record/result.rb:138:incolumn_type': wrong number of arguments (given 2, expected 3) (ArgumentError)`

khiav223577 commented 9 months ago

Thanks for your report.

I just released v1.3.1 that adds support to rails v7.0.8 ~ v7.1.2. See the changelog for more details.