gpt4 book ai didi

ruby-on-rails - 未定义的局部变量或方法 'get'

转载 作者:太空宇宙 更新时间:2023-11-04 04:49:34 25 4
gpt4 key购买 nike

我去掉了重音符号,然后出现了这个错误

我运行 RoR 3.2.0.rc1、Ruby 1.9.2,并且使用 Ubuntu 11.10

Showing /home/rene/ruby_dev/ch05/txt2fields/app/views/look/input.html where line #13 raised:

undefined local variable or method `get' for #<#:0x9557f04>

Extracted source (around line #13):

10:             <br>
11: Elle transmet la variable au modele.
12: <br>
13: <%= text_form_tag :action => 'at', :method => get %>
14: Votre nom.
15: <br>
16: <%= text_field_tag 'text1', nil, :size => 30 %>

PS 我将“post”更改为“get”,我也遇到了同样的问题9

最佳答案

您应该在此处使用符号。

<%= text_form_tag :action => 'at', :method => :get %>
^
| this is important

get 被解释为变量名,并且该变量不存在于作用域中。因此出现错误。

关于ruby-on-rails - 未定义的局部变量或方法 'get',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8765295/

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