streama icon indicating copy to clipboard operation
streama copied to clipboard

Streama is a simple activity stream gem for use with the Mongoid ODM framework.

Results 8 streama issues
Sort by recently updated
recently updated
newest added

I changed it because I was having problems with gem mongo_followable

I noticed that if I am using a `type` column in my object and I want to cache it, I run into unexpected problems. [I believe the reason lies in...

When an activity is defined, it is allowed to specify the actor/object classes as symbols. Even the example in the readme is ``` ruby activity :new_photo do actor :user, :cache...

I'm not 100% sure how this should work. But basically I think we need something that'll let you collapse similar activities into one. For example if one of my activities...

Hi Christos, I see that you plan on changing the schema to fan out on write. Do you need any help on getting this completed? I am interested in helping...

It would be nice to have the comments and likes included in this project. Also if there is a way to calculate the number of people who liked it and...

So, I commented out: ``` # raise Errors::NotMongoid, "Must be included in a Mongoid::Document" unless self.ancestors.include? Mongoid::Document ``` in actor.rb. And it looks like it's still working with my `User

I've noticed that streama does a pretty good job acting as a way of displaying notifications to users. The issue i'm running into is that I can't tell a user...