Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试缓存用户数据,但发现 Merit gem 生成的点没有正确过期。通常我可以在 Rails 中做这样的事情:
belongs_to :user, touch: true
有没有办法用 Merit 完成同样的事情,以便缓存的分数在更改时过期?
值得一提的是,用户面前有积分、分数和窗扇模型,而且它们的模型中还没有任何touch逻辑(顺便说一句,这是一个很好的功能请求)。所以从 1.7.0 版开始就没有办法了。
touch