No commit activity in last 3 years
No release in over 3 years
Social Stream is a Ruby on Rails engine for building social network websites. It supports contacts, posts, file uploads, private messages and much more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Social Stream: a framework for building social network websites¶ ↑

Social Stream is an engine for Ruby on Rails. It provides a robust and flexible framework with social networking features and activity streams for building websites.

<img src=“https://badge.fury.io/rb/social_stream.png” /> <img src=“https://codeclimate.com/github/ging/social_stream.png” /> <img src=“https://secure.travis-ci.org/ging/social_stream.png” />

Social Stream components¶ ↑

Social Stream is divided into components. Developers can customize their social network with the functionalities they need for each case. Check current Social Stream components in Social Stream’s website

Installation¶ ↑

There is a detailed guide in Social Stream’s website on how to get started, install Social Stream in your Rails application and customize it.

Documentation¶ ↑

Social Stream’s wiki covers topics such as deployment howtos, development tips or an explanation of the database schema.

Furthermore, Social Stream’s code documentation is available at rdoc.info. Most of the stuff is in the base gem.

Discussion and contribution¶ ↑

If you have any questions or issues regarding Social Stream usage, Social Stream’s Google group is a perfect place to share them. Other experienced users of Social Stream will be willing to help you. There exist also a social-stream tag in StackOverflow

Social Stream’s issue tracker is reserved to discuss defects and contributions. Please do not post questions in the issue tracker.