Code Monkey home page Code Monkey logo

social_stream's Introduction

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.

social_stream's People

Contributors

adiezbal avatar agordillo avatar amaierhofer avatar artem-mindrov avatar atd avatar bf4 avatar diegocarrera avatar ebarra avatar ericrav avatar hkarthik avatar holacarol avatar jaime1988 avatar jessedearing avatar johndpope avatar krzysiekj avatar leenasn avatar markborcherding avatar michaelklishin avatar nadims avatar odalbot avatar papeldeorigami avatar pengwynn avatar rafaelgg avatar raquelgb avatar roendal avatar srtech avatar tducsai avatar unique-username avatar vsbdev avatar wapcaplet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

social_stream's Issues

group walls

There are several types of walls for a group:

  • Internal discussion among the members of the group
  • Public discussion from the group
  • Recopilation of posts from the followers of the group

Messaging system

Create and integrate a messaging system for social stream. Basic versión should include conversation, message anidation and multiple recipients.

devise customization

To be able to further customize devise with application controllers the

devise_for :users, :controllers => {:omniauth_callbacks => 'omniauth_callbacks'}

should not be placed in the engines routes.rb

migrations

I would suggest to do migrations the rails way to have a upgrade path. or is there a helper that extracts the migration modifications if i update from version to version of the gem?

Location helper

Whe should change the location in each view form a partial (<%= render :partial => 'location' %>) to a helper (<%= location(level1,level2,level3,...) %>).

destroy on logout

just updated to the latest version. You might run into it yourself. I got this message on logout:

ActiveRecord::StatementInvalid (Mysql2::Error: Unknown column 'base_id' in 'where clause': DELETE FROM mailboxer_mails WHERE ((base_id = 5757))):
app/controllers/sessions_controller.rb:19:in `destroy'

Tool for private groups?

I'm looking to implement a site that requires users to be part of at least one group. All groups must keep activities completely private from other groups. There cannot be any sharing of information between groups, but a member needs to be able to be a member of multiple groups.

In looking at the schema for social_stream it doesn't look I can implement these requirements without substantial modifications to social_stream. Would you agree? Have I missed something that would allow implementation of secure, highly-private groups with social_stream?

Avatars

Create an avatar system for social_stream.

Installing... OpenSSL::SSL::SSLError

C:/ruby/Ruby192/lib/ruby/1.9.1/net/http.rb:677:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

jquery.form missing

ActionController::RoutingError (No route matches "/javascripts/jquery.form"):

Most popular field

We need a new field on schema to set ranking on acitivities or actors

Logo support

Upload subject's logos and crop them using jQuery

Tool for private groups?

I'm looking to implement a site that requires users to be part of at least one group. All groups must keep activities completely private from other groups. There cannot be any sharing of information between groups, but a member needs to be able to be a member of multiple groups.

In looking at the schema for social_stream it doesn't look I can implement these requirements without substantial modifications to social_stream. Would you agree? Have I missed something that would allow implementation of secure, highly-private groups with social_stream?

Fix Pending requests

fix that appear only 2 pending requests on lateral div, and create a pending request index page to show all pending requests.

User support

Basic user support with devise.

Find how to manage with devise options

search

provide search functionality for users and groups

Oauth integration

To prepare either an application API or social-stream node to node communication

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.