Rails Server 重新加载模型

发布于 2024-12-10 18:45:24 字数 142 浏览 0 评论 0原文

当我开发时,我注意到更改某些文件需要重新启动“rails 服务器”(webrick)才能使其接受更改;到目前为止,我已经注意到模型和操作邮件程序存在这种情况 - 有什么方法可以避免重新启动,这在我的机器上需要整整 60 秒左右的时间吗?

干杯, 克里斯.

When I'm developing, I've noticed that changing some files requires a restart of 'rails server' (webrick) in order for it to pick up the changes; I've noticed this for models and action mailers so far- is there any way to avoid the restart, which takes a full 60 seconds or so on my machine?

Cheers,
Chris.

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

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

发布评论

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

评论(1

鼻尖触碰 2024-12-17 18:45:24

除了核心 Rails 配置内容之外,我认为不需要重新启动任何其他内容。模型/邮件程序等应该在开发模式下的 Rails 中愉快地刷新。

您确定处于开发模式吗? (哪个应该是默认值?)

I'm not seeing a need to restart for anything other than the core Rails config stuff. Models / Mailers etc should refresh happily in Rails in development mode.

Are you sure you're in development mode? ( which should be the default? )

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