gpt4 book ai didi

ruby-on-rails - Rails 4,在haml中渲染带有可选 block 的局部/布局

转载 作者:行者123 更新时间:2023-12-04 04:18:11 30 4
gpt4 key购买 nike

我已经创建了一个haml-partial,我想将其用作默认标题。渲染时,我可以选择给它一个块来替换默认内容的一部分。

我已经尝试了多种方法:

render partial: "partial", capture: do
# Don't really know why I tried this, Syntax error ofcourse.

render partial: "partial" do
# 'nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.

render layout: "partial" do
# Works, but:

render layout: "partial"
# You invoked render but did not give any of :partial, :template, :inline, :file or :text option.
# So, it always needs the block

还有其他我不知道的选择吗?

最佳答案

需要块时,请使用render layout: ""

不使用块时,请使用render partial: ""

他们都与本地人一起工作,并寻找一个预先强调的文件。

关于ruby-on-rails - Rails 4,在haml中渲染带有可选 block 的局部/布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19709865/

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