Best plugin to create "friends" of the system / social network for the latest Rails?

I am looking for a Rails plugin that facilitates the development of a friends or social networking system for the latest versions of Ruby on Rails.

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

I tried to create my own authentication system and did what I thought was ok, but then I switched to restful_authentication and realized how bad my system is comparing.

Thanks in advance...

+3
source share
10 answers

You can look at http://lovdbyless.com/

This is a free, open source Rails social media app that should give you a lot of ideas and pointers.

Ronald

+3
source

U can try Community Engine

from the website

CommunityEngine is a free, open source social network plugin for Ruby on Rails. Drop it into your new or existing application, and youll instantly have all the features of the main community site.

he uses engines, easily changes layouts or makes modifications

real world example - http://www.weebabystuff.com/

another option that I know is Insoshi, as Chuck posted.

: http://jimneath.org/2008/04/25/building-a-social-network-site-in-rails/

- Ed:) -

+6
+3

act_as_network

+2

, , Insoshi. , , .

+1
+1

, , act_as_network. , ( ). - . , , , . .

+1

, Amistad. Mongoid, Active Record.

+1

CommunityEngine

Bort, , , . Community Engine, , , Rails 2.3, , , , - , CommunityEngine , , Insoshi , , , , , , . , .

,

0
source

Source: https://habr.com/ru/post/1703009/


All Articles