- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我正在按照 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/
我在阅读 Michael Hartl 的教程时遇到此错误。第 5.3.2 节(Rails 路线)。 我的routes.rb文件的内容是 SampleApp::Application.routes.dr
我正在按照 Michale Hartl 的教程进行操作,目前正处于此步骤: list 5.23。添加根路由的映射。配置/routes.rb SampleApp::Application.routes.
我在 railstutorial 的 5.1.2,我刚刚安装了 Bootstrap-sass(我已经仔细检查过,gem 就在那里)。 http://ruby.railstutorial.org/cha
当我运行服务器浏览器时,会显示如下内容: Routing Error No route matches [GET] "/static_pages/home" Try running rake rout
每当我向我的 CSS 文件添加代码时,我都会在使用 Bootstrap 时遇到此错误。 Invalid CSS after "": expected selector or at-rule,
我刚刚从 Rails 3.2.10 升级到 3.2.11,并且没有对我的应用程序进行任何其他更改。 突然间,我的网站无法加载 - 并给出错误消息: ExecJS::RuntimeError in St
我是一名优秀的程序员,十分优秀!