rails/actionview/test/activerecord
Jean Boussier 6842e766a1 Fix Action View collection caching to store fragments as bare strings
Ref: https://github.com/rails/rails/issues/48611

Individual fragments have been cached as bare string since forever,
but somehow fragment cached via collection caching were stored
as `ActionView::OutputBuffer` instances.

This is both bad for performance, but also can cause issues on
Rails upgrades if the internal representation of `AV::OutputBuffer`
changes.
2023-07-04 16:37:22 +02:00
..
controller_runtime_test.rb Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
debug_helper_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
form_helper_activerecord_test.rb Refactor Action View tests to stop re-assigning @output_buffer 2022-08-03 15:00:58 +02:00
multifetch_cache_test.rb Fix Action View collection caching to store fragments as bare strings 2023-07-04 16:37:22 +02:00
partial_rendering_query_test.rb Fix SELECT COUNT queries when rendering ActiveRecord collections (#40870) 2020-12-18 15:58:11 -05:00
polymorphic_routes_test.rb Prevent string polymorphic route arguments 2021-05-04 13:56:37 -07:00
relation_cache_test.rb Implicitly assert no exception is raised in assert_queries & al 2022-02-19 09:11:14 +01:00
render_partial_with_record_identification_test.rb Fix flaky Action View tests 2022-02-23 09:39:57 -05:00