public_activity icon indicating copy to clipboard operation
public_activity copied to clipboard

Easy activity tracking for models - similar to Github's Public Activity

Results 21 public_activity issues
Sort by recently updated
recently updated
newest added

I would like to suggest view components as a curiously DRY way of rendering the activities. There's no need to create several view files in `app/views/public_activity`. ## Render Activities using...

feature

I updated rails to 7.0.3.1 ([CVE-2022-32224] Possible RCE escalation bug with Serialized Columns in Active Record ) now I have this issue: `Failure/Error: @casting.create_activity(key: "xxx", owner: current_user, parameters: { email_subject:...

I'd like to access an after_commit callback to run custom code when an activity has been created. How can this be done? The purpose for this is I'd like to...

This help me tracking issue a lot.

The `Activity` model comes from the gem, which means it's not very convenient to customize. I'd rather have a domain model in my app that I can extend. It's still...

feature

Currently, this gem does not make it explicitly clear whether the `trackable` association should be required or not. When upgrading a Rails application and start enabling new defaults one by...

Hey guys. First: great work! This is exactly the gem I was searching for. On my dev+production machine sometimes activities get created with parameters being nil. Then this code fails...

``` 2020-06-08T07:12:17.134358+00:00 app[web.1]: [3db8f80c-1c97-46c3-bf39-9641607f049b] ActionView::Template::Error (undefined method `with_indifferent_access' for "{}":String): 2020-06-08T07:12:17.134359+00:00 app[web.1]: [3db8f80c-1c97-46c3-bf39-9641607f049b] 1: ``` Thank :)

### Steps to reproduce I was trying to upgrade rails and ruby version and also tried updating the dependent gem, I'm getting this error which I'm not able to understand...

I've a requirement where I need to return the activities as a part of my rails API. I looked around at the implementation and looks like the gem relies on...

needs example