问题标签 [cached-resource]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2243 浏览

ruby-on-rails - 不能转储单例 - cached_resource gem

使用cached_resource gem 缓存活动资源。

用户模型

我正在尝试缓存用户资源。

/users/:user_id

每当我调用 /users/:user_id 端点时,它都会给我错误单例不能在线转储super(User.find(@teacher_id))

请建议是否有任何其他 gem 可以帮助我缓存 activeresource 调用。