brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Add ActiveRecord 7.1 to appraisal and fix deprecation warning #425

Closed p8 closed 9 months ago

p8 commented 9 months ago

Set the deprecation behavior on ActiveRecord.deprecator, instead of ActiveSupport::Deprecation, as that is deprecated. Fixes the following warnings:

  ActiveSupport::DeprecationException: DEPRECATION WARNING: Calling
  behavior= on ActiveSupport::Deprecation is deprecated and will be
  removed from Rails (use Rails.application.deprecators.behavior=
  instead)
brendon commented 9 months ago

Thanks @p8, looks good to me! :) Merry Christmas :)

p8 commented 9 months ago

Thanks @brendon 😄 Merry Christmas! 🎄