citusdata / citusdata/activerecord-multi-tenant
Caching data when fetch all record via .all && .where method
Open
- Dominant language
- Ruby
- Stars
- 759
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
Rails : 7.0.4
## Problem
.all and .where don't exec the right sql.
## Expect
we can temporary use .load to force load by sql.
## Actual
It fetch all the record without the tenant ( in my case is regions)

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.