Re: [Rails-core] Proposal: make it clearer which persistence methods do callbacks/validations

2018-09-02 Thread Matt Jones
> On Aug 27, 2018, at 8:43 PM, Dana Sherson wrote: > > Currently many of the persistence methods all have different behaviours when > it comes to whether setters are called, and validations and or callbacks are > run, > Knowing what happens requires deeper knowledge of rails than just reading

[Rails-core] Proposal: make it clearer which persistence methods do callbacks/validations

2018-08-27 Thread Dana Sherson
Currently many of the persistence methods all have different behaviours when it comes to whether setters are called, and validations and or callbacks are run, Knowing what happens requires deeper knowledge of rails than just reading the method name This can be confusing for newcomers and even p