Rails 中的社交网络 - 哪个框架
我应该使用:
- Community Engine
- Insoshi
- LovdByLess
- RailsSpace
- Roll-my-own
我希望快速建立一个支持移动浏览的社交网络。虽然我熟悉 Ruby & Rails,我不是专家(已经构建了一些基本的 Rails 应用程序,已经编写了一堆用于企业集成的 Ruby 程序)。
谢谢,天野牛
Should I use:
- Community Engine
- Insoshi
- LovdByLess
- RailsSpace
- Roll-my-own
I am looking to quickly get a social network up with support for mobile browsing. While I'm familiar with Ruby & Rails, I am not an expert (have built some basic Rails apps, have written a bunch of Ruby programs for enterprise integration).
Thanks, skybison
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
insoshi 还不错,我在过去的项目中使用过它。尽管我也可以建议您自己推出,但这对于所有现有的宝石来说并不是一个大问题。我建议从 authlogic(身份验证)开始 - 然后是回形针(附件)。所有其他的东西最好自己动手。玩得开心!
insoshi is quite ok, i used it in a past project. although i can also recommend rolling your own, which is not such a big problem with all the existing gems out there. i can recommend starting with authlogic (authentication) - then paperclip (attachments). all the other stuff is best rolled on your own. have fun!
我想说让你拥有。我尝试了社区引擎和 Lovdbyless,但大多数情况下它没有我想要的东西,而且有太多我没有的东西。
所以我创建了自己的,主要是根据这个截屏视频。它具有大多数自引用关系,用户可以关注、取消关注等。
http://teachmetocode.com/screencasts/creating- a-twitter-clone-in-rails-part-1
I'd say make you own. I tried community engine and Lovdbyless, but mostly it didn't have what I wanted and had too much of what I didn't have.
So I created my own, mostly from what this screencast. It has most of the self-referential relationships to users can follow,unfollow and other stuff.
http://teachmetocode.com/screencasts/creating-a-twitter-clone-in-rails-part-1
我使用了社区引擎,但确实有很多我不想要并且必须扩展的功能。它很容易扩展,因为它是一个插件,您可以扩展或覆盖它的不同部分。但我发现了一个更酷的插件,名为 tog http://www.toghq.com/ ,它是完全插件基于此,您可以推出自己的功能设置,并且可以从“砖块”构建您的社交网络。还有很多可以轻松使用的插件。我认为这已经是最好的了。
I used community-engine but and really had a lot of features which i don't wanted and had to extend. It is easily extend-able because it is a plugin and you can extend or override different parts of that. But i found a much cooler plugin called tog http://www.toghq.com/ which is fully plugin based, so you can roll your very own setup of features and you can build your social network from "bricks". Also has a lot of plugins to tog which can be used unobstrusively. I think this is far the best.