ActsAsParanoid / acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
MIT License
1.45k stars 190 forks source link

Do not load `ActiveRecord` too early #330

Closed fatkodima closed 2 months ago

fatkodima commented 2 months ago

The problem is well described in https://github.com/rails/rails/issues/46567. We are currently hitting this when upgrading to rails 7.2.

mvz commented 2 months ago

Thanks @fatkodima, this looks good. Can you please rebase on current master which now includes #329?

fatkodima commented 2 months ago

Rebased.

mvz commented 2 months ago

@fatkodima thanks!

mvz commented 2 months ago

@fatkodima I have just released acts_as_paranoid version 0.10.0 which includes this fix.

fatkodima commented 2 months ago

Thank you very much! ❤️