diff --git a/config/initializers/deprecation_warnings.rb b/config/initializers/deprecation_warnings.rb index f19ee0b8884..4d102c4e702 100644 --- a/config/initializers/deprecation_warnings.rb +++ b/config/initializers/deprecation_warnings.rb @@ -20,7 +20,8 @@ module DeprecationWarnings /render file: should be given the absolute path to a file/, /`ActiveRecord::Result#to_hash` has been renamed to `to_a`/, /Class level methods will no longer inherit scoping/, - /Controller-level `force_ssl` is deprecated and will be removed from Rails 6\.1/ + /Controller-level `force_ssl` is deprecated and will be removed from Rails 6\.1/, + /NOT conditions will no longer behave as NOR in Rails 6\.1/ ].freeze # Regular expressions for deprecation warnings that should raise an exception on detection