Search code examples
ruby-on-railsrubyruby-on-rails-plugins

Best plugin for creating a "friends" system/social network for latest Rails?


I'm looking for a Rails plugin that eases the development of a "friends" system or social networking system for the latest versions of Ruby on Rails.

Before anyone says it...I know, I should probably create it myself, from scratch. And I am fully capable of this (I think). I'm just looking for a good plugin that can a.) make life a bit easier for me and b.) give me some ideas for reference.

I tried to make my own authentication system, and did what I thought was okay, but then I switched to restful_authentication and realized how poor my system was in comparison.

Thanks in advance...


Solution

  • You could look into http://lovdbyless.com/

    This is a free open-source Rails social networking app which should give you plenty of ideas and pointers.

    Ronald