Redcrumbs icon indicating copy to clipboard operation
Redcrumbs copied to clipboard

Fast and unobtrusive activity tracking of ActiveRecord models using DataMapper and Redis.

Results 7 Redcrumbs issues
Sort by recently updated
recently updated
newest added

I'm able to install the gem redis on my windows development platform...But, I cannot install hiredis, which seems to be one of the dependencies for Redcrumbs. Is there a way...

I would like to see the code from the approach that you normally would take to avoid worst-practices. Thank you.

It would be great to set an option to limit the number of _crumbs_. So for example we can set a total of X crumbs and it will overwrite the...

This PR fixes the issue #25 by deleting all the related crumbs when the object is deleted.

When we delete an object all the tracking activity space on Redis should be removed too.

From [StackOverflow](http://stackoverflow.com/questions/26673326/alternative-rails-gems-for-public-activity-that-shows-labels-for-its-respective). Creation tracking is possible by tracking the `created_at` attribute but it'd be good to track deletion as well. During soft deletion this is possible by tracking the `deleted_at`...

enhancement

When calling `crumb.subject` it would be nice if the subject attributes were deserialized from the `modifications` hash and not just the `stored_subject` hash. This means that the user wouldn't have...