gpt4 book ai didi

ruby-on-rails - 没有路由匹配 [GET] "/static_pages/home.html.erb"

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

我正在按照 Michale Hartl 的教程进行操作,目前正处于此步骤:

list 5.23。添加根路由的映射。配置/routes.rb

SampleApp::Application.routes.draw do
root to: 'static_pages#home'
match '/help', to: 'static_pages#help'
match '/about', to: 'static_pages#about'
match '/contact', to: 'static_pages#contact'
end

我已将他的确切编码复制到我的 config/routes.rb 并继续收到路由错误:

路由错误

没有路由匹配[GET]“/static_pages/home.html”。

--

现在不确定如何将我的家作为索引路由,并能够使用 root_path 链接回“家”。

最佳答案

从您在浏览器中输入的 URL 中删除 ../static_pages/..

关于ruby-on-rails - 没有路由匹配 [GET] "/static_pages/home.html.erb",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14541233/

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