rubysherpas / paranoia

acts_as_paranoid for Rails 5, 6 and 7
Other
2.87k stars 524 forks source link

Rails main - no superclass method `each_counter_cached_associations' #552

Closed JoeDupuis closed 4 months ago

JoeDupuis commented 5 months ago

Rails main deleted each_counter_cached_associations (private api). The next release of Rails will break paranoia.

I am getting this error when targeting rails main: NoMethodError: super: no superclass methodeach_counter_cached_associations'`

mathieujobin commented 5 months ago

Thanks for the heads up