You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::Relation#destroy_all perform its work in batches
πββοΈ
Fix specs
Update activerecord/lib/active_record/relation.rb
Co-authored-by: Eugene Kenny <[email protected]>
Update activerecord/lib/active_record/relation.rb
Co-authored-by: Viktar Basharymau <[email protected]>
Use class attribute instead of mattr_accessor
Add destroy all test case around value returned
add Rails.application.config.active_record.destroy_all_in_batches too new defaults framework
Reset Active Record Relation
Document ActiveRecord::Relation#destroy_all
Add changelog entry and update docs
πββοΈ
Update method signature and argument docs
Apply suggestions from code review
Co-authored-by: Viktar Basharymau <[email protected]>
Co-authored-by: Alberto Almagro <[email protected]>
0 commit comments