rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
890 stars 63 forks source link

NoMethodError - undefined method `model' for class SolidCache::Entry: #189

Closed 34code closed 4 months ago

34code commented 4 months ago

Tried updating from 3x to 4x now getting this error..

jwald1 commented 4 months ago

I updated from version 0.5.3 to 0.6.0 and I'm experiencing the same error.

jwald1 commented 4 months ago

The issue appears to be that solid_cache is not yet compatible with Rails 7.2. It works fine with Rails 7.1. https://github.com/rails/solid_cache/pull/179 fixes the issue

djmb commented 4 months ago

Should be fixed in v0.7.0.