gpt4 book ai didi

ruby-on-rails - 在 Rails 控制台中使用 html_escape 等辅助方法

转载 作者:行者123 更新时间:2023-12-04 03:01:29 25 4
gpt4 key购买 nike

我试图在我的 View 中查看我的变量编码出了什么问题。所以我启动了rails控制台并尝试做

$ rails console
Loading development environment (Rails 3.2.11)
irb(main):001:0> html_escape({:a=>1, :b=>"my str"})
NoMethodError: undefined method `html_escape' for main:Object

如何在 Rails 控制台中使用 h 或 html_escape?

最佳答案

很容易解决。 html_escape 在 ERB::Util 中定义,所以简单地写:

include ERB::Util

在第一次使用 html_escape 之前在您的控制台中

关于ruby-on-rails - 在 Rails 控制台中使用 html_escape 等辅助方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15163460/

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