gpt4 book ai didi

ruby-on-rails - 在 Rails 中使用 Asciidoctor

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

我尝试在我的 Rails 应用程序中使用 asciidoctor gem。我将它添加到我的 Gemfile 并制作了 bundle install

现在我尝试在 Controller 中使用 asciidoctor:

def show
@article.text = Asciidoctor.render(@article.text)
end

但是我得到一个错误:

uninitialized constant ArticlesController::Asciidoctor

用 rails 使用 asciidoctor-gem 的正确方法是什么?

最佳答案

请记得在更改 Rails 自动重新加载路径之外的内容(即 app/*config/routes.rb)后重启服务器。

documentation看起来和你的例子一模一样

puts Asciidoctor.render '*This* is http://asciidoc.org[AsciiDoc]!'

我猜,你只是忘了重启服务器。

关于ruby-on-rails - 在 Rails 中使用 Asciidoctor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24272873/

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