gpt4 book ai didi

ruby-on-rails - 将 slim 转换为 html 以用作 Rails 中的帖子内容

转载 作者:数据小太阳 更新时间:2023-10-29 08:37:23 24 4
gpt4 key购买 nike

我有一个用 rails 写的博客,我用 slim 写模板。我在想在我的 textarea 框中写我的博客文章内容 slim 并在我将它保存到数据库之前将它转换为 html 会很棒

这可能吗?如果可以,我该如何实现?

最佳答案

文档 says :

Slim uses Tilt to compile the generated code. If you want to use theSlim template directly, you can use the Tilt interface.

并提供了以下示例:

Tilt.new['template.slim'].render(scope)
Slim::Template.new('template.slim', optional_option_hash).render(scope)
Slim::Template.new(optional_option_hash) { source }.render(scope)

而且我很确定像下面这样的东西也可以工作:

Slim::Template.new(template_path).render

可以找到上述行的完整要点 here .

关于ruby-on-rails - 将 slim 转换为 html 以用作 Rails 中的帖子内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28419998/

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