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
$ bin/rails c
> Rails.cache.exist?("test")
NoMethodError: undefined method `read' for class SolidCache::Entry
from /Users/me/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/activerecord-7.2.1.2/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
Can't figure out what's missing, anybody got the same?
Setup:
cache.yml
default: &defaultstore_options:
# Cap age of oldest cache entry to fulfill retention policies# max_age: <%= 60.days.to_i %>max_size: <%= 256.megabytes %>namespace: <%= Rails.env %>development:
<<: *defaulttest:
<<: *defaultproduction:
<<: *default
Hey!
After full setup, getting this error:
Can't figure out what's missing, anybody got the same?
Setup:
The text was updated successfully, but these errors were encountered: