Social networking
Social networks are a new paradigm on web application design. Social networking platforms stand among the most popular websites, while many content oriented applications are supporting social networking features in order to improve engagement, enhance user awareness and stimulate communities around the website.Social Stream is based in Social Network Analysis concepts and methods, including social entities (actors), ties and relations. It also provides a new tie-based access control model.
Activity Streams
Activity Streams is a format for syndicating social activities around the web. It has already been adopted by some of the major social networking platforms.Social Stream provides a database schema based on the Activity Streams specification, leading your application towards a well-known compatible data model design.
Installation
Add to your Gemfile:gem 'social_stream'and run:
bundle updateThen, execute:
rails generate social_stream:installThis will generate the following:
- A jquery:install generation for jQuery support
- A devise:install generation for authentication support
- An initializer configuration file for Social Stream.
- A database seeds file for defining Social Stream relations, along with an entry
- A new application layout
- A migration providing the database schema
rake db:migrate rake db:seed
http://rubydoc.info/gems/social_stream/0.1.0/frames
No comments:
Post a Comment