如何重置 Phusion 乘客 Ruby on Rails 缓存?

发布于 11-15 23:54 字数 43 浏览 2 评论 0原文

如何删除 Rails webapp 的缓存?

我要疯了!

How can I remove the cache of my rails webapp ?

I'm going CRAZY !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

聚集的泪2024-11-22 23:54:45

使用 nginx 运行乘客,这是唯一对我有用的解决方案。
在服务器上,运行:

    passenger-config restart-app

请参阅: https://www.phusionpassenger.com/library /admin/nginx/restart_app.html

Running passenger with nginx, this was the only solution that worked for me.
On the server, run:

    passenger-config restart-app

See: https://www.phusionpassenger.com/library/admin/nginx/restart_app.html

笨笨の傻瓜2024-11-22 23:54:45

你尝试过这个吗?
Rails.cache.clear

您可能使用其他缓存存储,如果是这样,rake tmp:cache:clear 将不执行任何操作,因为文件系统上没有缓存。

Have you try this?
Rails.cache.clear

You maybe using some other cache store, if so rake tmp:cache:clear will do nothing since no cached on the file system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文