Skip to content
isstaif edited this page Mar 24, 2012 · 8 revisions

This is an incremental documentation of the source code.

Data model

  • User model which is a generated using Devise gem.
  • Wikipage
  • Profile, belongs to a user
  • Friendship
  • Activity

Activity

It is based on ActivityStreams.ms specification. It has essentially four attributes:

  • User
  • Verb
  • Action Object
  • Target Object

This is a simple activity streams system which is based on observers. There are currently the following observers:

  • Content Observer

Testing

Used gems

Gems to be considered while design

Style

  • Twitter Bootstrap
  • Haml

Javascript

  • jQuery

Clone this wiki locally