Unexpected Behavior When Using `find_or_create_by` with Custom Validations in Rails 7
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-09
ruby rails active-record
I'm facing an issue with `find_or_create_by` in Rails 7 when I have custom validations defined in my model. The method seems to be skipping validations during t...