无法更新 Ruby on Rail 应用程序中的 .html.erb 文件

发布于 2024-11-15 01:46:19 字数 110 浏览 2 评论 0原文

我在 RubyonRail 领域是全新的: 我尝试更新视图文件 .html.erb 中的 html,但是通过 ftp 上传文件后,即使文件已更改,更改也不会发生。 它似乎被缓存了,是我错过了什么吗? D .

I'm totally new in RubyonRail field:
i tried to update the html in a view file .html.erb, but after uploading the file via ftp, the changes dont take place even if the file has changed.
It seems to be cached, is there something I miss?
D.

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

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

发布评论

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

评论(1

人│生佛魔见 2024-11-22 01:46:19

您需要确定并重新启动应用程序;如何执行此操作取决于您的托管情况,但请尝试触摸 /tmp/restart.txt。基于乘客的安装(大多数低端托管符合此描述)将在该文件的修改时间发生更改时重新启动您的应用程序。

you need to be sure and restart the application; how you do so depends on your hosting situation, but try touching /tmp/restart.txt. Passenger-based installs (most low-end hosting fits this description) will restart your app when the mod time on that file changes.

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