gpt4 book ai didi

ruby-on-rails - Rails 应用需要很长时间才能生成错误页面

转载 作者:行者123 更新时间:2023-12-03 14:52:33 26 4
gpt4 key购买 nike

我的 Rails 应用程序生成错误页面的速度非常慢(Rail 3.1/3.2,ruby 1.9.2/1.9.3)。例如。我已将 my_bad_variable 添加到一些 .haml 模板中,并且

Rendered fees/index.html.haml within layouts/application (97752.1ms)
Completed 500 Internal Server Error in 99579ms


ActionView::Template::Error (undefined local variable or method `my_bad_variable' for #<#:0x00000003bbf0c8>):

删除这个假变量后:

Completed 200 OK in 327ms (Views: 274.7ms | ActiveRecord: 9.8ms)

有什么建议?

最佳答案

我升级到 rails 3.2 时遇到了这个问题。我添加了这个初始化程序来修复它:

module ActionDispatch
module Routing
class RouteSet
alias :inspect :to_s
end
end
end

我认为这与ree有关。你用的是ree吗?

关于ruby-on-rails - Rails 应用需要很长时间才能生成错误页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8872880/

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