Rails 6 adds delete_by and destroy_by methods.

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 https://rubyonrails.ba/single/rails-6-adds-delete_by-and-destroy_by-methods

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles