You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SolidCache is raising errors in production following Rails 7.2 upgrade.
NoMethodError - undefined method `model' for class SolidCache::Entry
Same as reported here:
rails/solid_cache#189
The error was not captured in specs because we have been using the
NullStore for caching in tests.
This error can be reproduced by setting SolidCacheStore in tests. I
don’t want to enable this as the backend right now but may reconsider if
we continue to see issues across upgrades.
0 commit comments