RobL_N_A
(Rob L N/A)
12
We monkey patched this in our app just to move us forward.
# HACK: not ready to validates_associated everywhere
# @owner_class.validates_associated(name) if validate? || require_association?
@owner_class.validates_associated(name) if validate?
But this was not the only performance issue we found. So it can’t be limited to just inserts. But this is still a big deal.