加载 ruby​​ 需要很长时间

发布于 2024-12-17 12:57:58 字数 159 浏览 1 评论 0原文

我经常启动 Rails 控制台或 Rails 服务器或使用其他命令行 ruby​​ 应用程序。引导程序需要几秒钟的时间,一段时间后就会变得乏味。

有什么方法可以运行编译版本,或者使用 spork 之类的东西保持其加载,以便运行“heroku log”立即运行,而不是花费 10 秒来启动?

I'm frequently starting up rails console or rails server or using other command line ruby apps. The bootstrap takes several seconds, which becomes tedious after a while.

Is there any way I can either run a compiled version, or keep it loaded using something like spork, so running 'heroku logs' runs instantly, rather than taking 10 seconds to start up?

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

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

发布评论

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

评论(2

半﹌身腐败 2024-12-24 12:57:58

运行什么的编译版本?

Rails 服务器和 Rails 控制台需要很长时间才能加载,因为它们必须加载 Ruby on Rails 以及您的环境所需的任何内容。如果您想保持实例运行,只需打开一个终端窗口,加载控制台和服务器,并且永远不要关闭它们。

Run a compiled version of what?

Rails server and rails console take long time to load because they have to load up Ruby on Rails plus whatever your environment requires. If you want to keep instances running then just open up a terminal window, load your console and server, and never close them.

遇见了你 2024-12-24 12:57:58

你有没有想过尝试流浪者?它将使您的实例保持运行,直到您希望它们停止为止。

Have you thought of trying vagrant? it will keep your instance running to you want them to stop.

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