-
- Downloads
Merge branch 'replace-alias_method_chain' into 'master'
Remove the "soon to be deprecated" `alias_method_chain` in favor of `Module#prepend`. ## Are there points in the code the reviewer needs to double check? Double check whether the behavior of `attr_encrypted_no_db_connection` is still the desired one. ## Why was this MR needed? The `alias_method_chain` becomes deprecated in Rails 5 in favor of the `Module#prepend` introduced in Ruby 2.0. This MR prevents future deprecated warnings in light of a possible Rails version bump. Closes #22302 See merge request !6570
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- config/initializers/attr_encrypted_no_db_connection.rb 13 additions, 12 deletionsconfig/initializers/attr_encrypted_no_db_connection.rb
- config/initializers/postgresql_limit_fix.rb 14 additions, 13 deletionsconfig/initializers/postgresql_limit_fix.rb
- lib/banzai/filter/task_list_filter.rb 7 additions, 5 deletionslib/banzai/filter/task_list_filter.rb
Please register or sign in to comment