Social Network in Rails - which framework

元气小坏坏 提交于 2019-12-02 21:21:09

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!

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!