false %> 出-6ren">
gpt4 book ai didi

ruby-on-rails - 链接到 :protocol isn't working

转载 作者:行者123 更新时间:2023-12-03 21:23:05 25 4
gpt4 key购买 nike

我想要一个使用 SSL 的链接。我正在使用此代码:

<%= link_to "Buy now!", line_items_path(:thing_id => @thing), :method => :post, :protocol => "https", :only_path => false %>

出于某种原因,链接是由 http:// 生成的。而不是 https:// .

我正在使用 Rails 3.0.3。

最佳答案

您必须将 :protocol 选项放在路径助手中:

<%= link_to "Buy now!", line_items_url(:thing_id => @thing, :protocol => "https"), :method => :post %>

关于ruby-on-rails - 链接到 :protocol isn't working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4355967/

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