Files
fizzy/app/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:06:19 +01:00
2026-02-17 13:57:24 +01:00
2025-09-22 12:55:19 +02:00
2026-02-12 14:55:34 +03:00
2025-11-03 15:27:12 +01:00
2025-12-11 11:20:43 +00:00