Skip to content

Patch find_or_create_all_with_like_by_name to ensure uniqueness safely

Thong Kuah requested to merge patch_acts_as_taggable_find into master

Patch ActsAsTaggable.find_or_create_all_with_like_by_name to ensure uniqueness safely

  1. We skip issuing random ROLLBACK statement
  2. We don't run on ActiveRecord::Base

Related issue: #356955 (closed)

Edited by Thong Kuah

Merge request reports

Loading