gpt4 book ai didi

ruby-on-rails - Rails 3 输出刷新

转载 作者:数据小太阳 更新时间:2023-10-29 08:41:26 25 4
gpt4 key购买 nike

如何在 Ruby on Rails 3 中“刷新”输出?

在 PHP 中我会做类似下面的事情:

$i = 0;
$total = count($result);
foreach ( $result as $item ) {
$i++;
time_consuming_action($item);
echo "Finished $i of $total<br>";
flush();
}

最佳答案

我确实相信有一个插件。

https://github.com/oggy/template_streaming

关于ruby-on-rails - Rails 3 输出刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4118609/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com