-
Notifications
You must be signed in to change notification settings - Fork 6
Source Overview
isstaif edited this page Mar 24, 2012
·
8 revisions
This is an incremental documentation of the source code.
- User model which is a generated using Devise gem.
- Wikipage
- Profile, belongs to a user
- Friendship
- 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
- RSpec
- Cucumber (with Capybara)
- FactoryGirl for factories
- act-as-follower
- Devise for authentication
- Twitter Bootstrap
- Haml
- jQuery