gpt4 book ai didi

ruby-on-rails - 哪些 URL/路径可用于在 Rails 5 中作为局部变量进行测试?

转载 作者:行者123 更新时间:2023-11-28 20:05:53 27 4
gpt4 key购买 nike

我正在阅读 Rails 教程在线书籍并刚刚完成第 3.4.4 节“设置根路由”:

将我的 config/routes.rb 文件更新为

root 'static_pages#home'

bin/rails 测试命令失败:

NameError: undefined local variable or method `static_pages_home_url' for #<StaticPagesControllerTest:0x007f89d4f73860>
test/controllers/static_pages_controller_test.rb:5:in `block in <class:StaticPagesControllerTest>'

所以“static_pages_home_url”存在于 config/routes.rb 有:

get 'static_pages/home'

但它已经不存在了。

如何检查哪些 url 可用作测试的局部变量?

最佳答案

使用 rails routes 并检查 Prefix 列。

关于ruby-on-rails - 哪些 URL/路径可用于在 Rails 5 中作为局部变量进行测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36062402/

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