Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for
render collection:, cached: true
Ref: rails/rails#48936 `jbuilder` template bodies not being String tend to make Action View much more tricky than it need to be. I'm very unfamiliar with `jbuilder`, but it seems to me that in theory it could cache actual `json` fragments rather than complex ruby objects. That would be both faster and stop breaking assumptions in Action View.
- Loading branch information