Mongoid 自我引用以及用户友谊状态的属性
使用 Mongo 和 Rails,我想建立一个像 facebook 一样的好友系统: - 在建立友谊之前,用户必须接受友谊请求
我发现了很多代码来建立关系,但从未与关系的财产相关...
您有任何想法或线索如何做到这一点以“尊重” NoSQL 概念
谢谢您的帮助
Using Mongo and Rails, I would to build a friendship system like facebook:
- Before making the friendship, the use must accept the friendship request
I found a lots of code to do the relationship but never with a relation's property...
Do you have any idea or clue how to do that to be "respectful" of the NoSQL concept
Thank you for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用两个模型,就像这样:
听起来不错吗?希望这有帮助!
Just use two models, something like this:
Does it sound good? Hope this helps!
我必须放入我的用户模型:
查看文档中的关联 http:// mongoid.org/en/mongoid/docs/relations.html#common
I had to put in my User model:
Check out associations in the documentation http://mongoid.org/en/mongoid/docs/relations.html#common