Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Mongoid。
现在我的rails应用程序网址是这样的http://localhost:3000/posts/523605c9d9d834ee00000002
http://localhost:3000/posts/523605c9d9d834ee00000002
如何更改网址样式http://localhost:3000/posts/1
http://localhost:3000/posts/1
您可以做的不是在您的帖子集合中使用默认的 BSON::ObjectId 作为 id。我有一个类似的用例,我的收藏需要一个数字 id,我创建了这个 gem,它可以更容易地拥有这个功能。
你可以看看,在这里。 https://github.com/arthurnn/mongoid_integer_id