gpt4 book ai didi

ruby-on-rails - Ruby On Rails 不会加载@content_for_layout

转载 作者:太空宇宙 更新时间:2023-11-03 18:01:09 24 4
gpt4 key购买 nike

我使用以下代码创建了一个新网站

rails new new_site

然后我在我的 site.rhtml 文件中添加了一个站点 Controller

<html>
<head>
<title><%= @title %></title>
</head>
<body>
<%= link_to("Home", { :action => "index" }) %> |
<%= link_to("About Us", { :action => "about" }) %> |
<%= link_to("Help", { :action => "help" }) %>
<%= @content_for_layout %>
</body>
</html>

我有 3 个文件(about.rhtmlhelp.rhtmlindex.rhtml)

每个文件都有用于 HTML View 的基本代码

这是 help.rhtml

的代码
<h1>Help</h1>
<p>This page will contains instructions and a frequently asked questions.</p>

问题出在我单击帮助链接时。标题更改但内容未加载。

最佳答案

看起来您正在学习一个非常古老的教程。

我建议停止阅读 the official guides (其中有很棒的“Getting Started ”指南),或 a book .

关于ruby-on-rails - Ruby On Rails 不会加载@content_for_layout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4412752/

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