Rails Server 重新加载模型
当我开发时,我注意到更改某些文件需要重新启动“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了核心 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? )