Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Properly cast input in `update_all`
The documentation claims that given values go through "normal AR type casting and serialization", which to me implies `serialize(cast(value))`, not just serialization. The docs were changed to use this wording in #22492. The tests I cited in that PR (which is the same test modified in this commit), is worded in a way that implies it should be using `cast` as well. It's possible that I originally meant "normal type casting" to imply just the call to `serialize`, but given that `update_all(archived: params['archived'])` seems to be pretty common, I'm inclined to make this change as long as no tests are broken from it.
- Loading branch information
Showing
with
14 additions
and 2 deletions.