如何在 Rails 中路由 vimeo 风格的 URL?

发布于 2024-12-11 10:45:34 字数 282 浏览 0 评论 0原文

我是 Rails 新手。

我想要一个像 vimeo 这样很酷的 URL,但不知道如何在 Rails 中做到这一点!

http://vimeo.com/30806583

我已经搜索了两天了,只找到了 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!

http://vimeo.com/30806583

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放飞的风筝 2024-12-18 10:45:34

请参阅有关段约束的路由指南部分。没有什么可以阻止您将“/: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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文