gpt4 book ai didi

ruby-on-rails - 向 URL : Rails 添加扩展名

转载 作者:行者123 更新时间:2023-12-04 06:35:27 26 4
gpt4 key购买 nike

我正在 Rails 应用程序中设置一些 link_to xml View 。 url 如何显示 .xml 扩展名?

Need it to appear as:
http://localhost:3000/test/1-testing.xml

Currently it appears as:
http://localhost:3000/test/1-testing

最佳答案

在 Rails 3 中,假设你的路径是 foo_path ,那么你想要:

foo_path(:format=>:xml)

link_to , 你可以做
link_to "link text", foo_path(:format => :xml)

并有更多选择:
link_to "link text", foo_path(:format => :xml), :id=>"foo_id", :class=>"foo_class"

(这个问题太老了,但我想我会回答来帮助任何通过谷歌找到这个问题的人,就像我一样。)

关于ruby-on-rails - 向 URL : Rails 添加扩展名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1702419/

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