Rails 6 allow adding comments to the SQL queries generated by the ActiveRecord::Relation instance.
ReadRails 6 adds delete_by, destroy_by methods to find and destroy/delete ActiveRecord::Relation records.
ReadRails 6 now by default adds negative enum scopes to filter records easily.
Read