Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
= Social Stream Base
Social Stream Base provides the basic functionality for {Social Stream}[http://social-stream.dit.upm.es/], the core for building social network websites. The features of this gem are limited, for a complete social network environment see https://github.com/ging/social_stream
{}[http://rubygems.org/gems/social_stream-base]
== Features
= Installation
This will install Social Stream basic functionalities. For a complete social network platform see {Social Stream}[https://github.com/ging/social_stream]
Add to your Gemfile:
gem 'social_stream-base'
and run:
bundle update
Then:
rails generate social_stream:base:install
This will generate the following:
Do not forget to migrate your database
rake db:migrate
== Actors and Activity Objects
{Social Stream Base}[https://github.com/ging/social_stream/tree/master/base] relies in Devise[https://github.com/plataformatec/devise]. You have authenticated users support in your application by default.
Besides, there is another kind of actor: groups. If you want other type of actor (like organizations or social events) you must include an actor_id column in the new actor migration. Then add it to config/initializers/social_stream.rb
There is also support for two types of basic activity objects: posts and comments. You can create other types, like photos, bookmarks or videos, but you must do the same: add a activity_object_id column in the migration and include it in the initializer.
= Documentation
{Social Stream Base documentation is available at rdoc.info}[http://rubydoc.info/gems/social_stream/frames]
= Discussion
We are reaching beta phase of development. Feel free to add an issue or send a message at github[https://github.com/ging/social_stream].
FAQs
Unknown package
We found that social_stream-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.