rails/actionview/test/activerecord
Jean Boussier f56b4187be Fix Active Record :db_runtime metric
In https://github.com/rails/rails/pull/45796 I overlooked that
`ActiveRecord::LogSubscriber#sql` wasn't only logging the SQL query
but was also responsible for collecting the `:db_runtime` metric.

Ultimately I think it is cleaner to move this concern to `RuntimeRegistry`.
2022-09-15 10:43:33 +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 Always preload if using proc with multifetch cache 2022-05-07 22:19:39 +10: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