Rails 6 adds delete_by and destroy_by methods.
17-Oct-2019 2472
Rails has provided methods like find_by, find_or_initialize_by, and find_or_create_by to fetch, initialize, and create record respectivley, based on the passed conditions.Similar method to delete or destroy record(s) was missing in Rails.As per this issue, Rails 6 has introduced two methods delete_by and destroy_by to ActiveRecord::Relation.
Rails 6 adds delete_by and destroy_by methods. #ruby #rubydeveloper #rubyonrails #Rails #delete_by #destroy_by #methods. https://rubyonrails.ba/link/rails-6-adds-delete_by-and-destroy_by-methods