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

Rails 6.1 `map!` deprecation warning #38

Closed klausbadelt closed 3 years ago

klausbadelt commented 3 years ago

DEPRECATION WARNING: map! is deprecated and will be removed from Rails 6.2 (use map instead) under Rails 6.1 when using #deep_pluck. The issue is fixed in this PR for pluck_all - can you merge there? Happy to provide a PR here once a new version of pluck_all is published.

khiav223577 commented 3 years ago

The PR is merged and new version of pluck_all is released. Looking forward to see a PR for this issue :)