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
Do not validate associated records that haven't changed
Fix: rails#17621
Redo of: rails#18612
You should be able to create a reference to an invalid record as
long as you don't modify it.
This was initially fixed in rails#18612
but was reverted in rails@2c02bc0
because it was causing other bugs.
Some tests were added as part of the revert to avoid future regressions.
0 commit comments