Files
fizzy/test/controllers
Aleksander 446f22a292 Fix N+1 queries on identity in UsersController and BoardsController (#2365)
* Fix N+1 queries on identity in UsersController and BoardsController

- Add .includes(:identity) to UsersController#index
- Add .includes(creator: :identity) to BoardsController#index
- Add N+1 regression tests for both controllers

* Simplify controller N+1 tests with query assertions

---------

Co-authored-by: Mike Dalessio <mike@37signals.com>
2026-02-25 13:10:56 -05:00
..
2026-02-02 18:22:07 +01:00
2025-12-16 16:44:20 +01:00
2025-12-11 10:36:56 +01:00
2025-11-24 12:04:33 +01:00
2026-02-12 14:55:34 +03:00
2025-06-24 13:26:37 +02:00
2026-02-02 18:22:07 +01:00
2026-02-19 12:07:08 +01:00