如何在 Rails 中路由 vimeo 风格的 URL?
我是 Rails 新手。
我想要一个像 vimeo 这样很酷的 URL,但不知道如何在 Rails 中做到这一点!
我已经搜索了两天了,只找到了 Rails Vanity URL 技术或github 上的FriendlyID,这可能会有所帮助。
但我仍然不知道如何在 Rails 应用程序中实现它。
谢谢!
I am new to Rails.
I want to have a cool URL like vimeo, but do not know how to do it in Rails!
I have searched around for two days already, only found rails vanity URL technique or friendlyID on github, which could potentially help.
But I still have no idea for how to implement it in Rails app.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅有关段约束的路由指南部分。没有什么可以阻止您将“/:id”与看起来合理的约束相匹配并将其路由到您想要的任何控制器。
See the routing guide section on segment constraints. There's nothing to prevent you from matching "/:id" with a reasonable-looking constraint and routing it to whatever controller you want.