gpt4 book ai didi

ruby-on-rails - Ruby on Rails - 在 URL 中隐藏 user_id

转载 作者:行者123 更新时间:2023-12-04 05:33:40 27 4
gpt4 key购买 nike

如果可以,我想在 URL 中隐藏 user_id。

http://domain.com:3000/users/1

这是页面信息。

Action :显示
Controller :用户
编号:'1'

最佳答案

URL 中的 id 是必需的,以便 Controller /操作知道它应该在页面上显示哪个用户。在这种情况下,它显示 id 为 1 的用户,但在其他情况下,您可能希望显示另一个用户的详细信息。

可以替换 id在带有其他识别信息的 URL 中,例如 username .

为此,请参阅 http://railscasts.com/episodes/63-model-name-in-url .您只需覆盖 to_param模型中的方法。

关于ruby-on-rails - Ruby on Rails - 在 URL 中隐藏 user_id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12255316/

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