Donn Felker
Donn Felker
First - thank you for the library. This thing is great. :) I think I found a bug I'd like to report. I'd fix it, I'm just not sure how/where...
I'm using JSP and I created a new notification with "rails g noticed:notification CommentNotification" and then added an `:if` to the `:action_cable` delivery method. Even though the `:if` is returning...
This includes the fix from #95 as well as an additional fix to re-attach the listeners after the `element.replaceWith` was invoked. The backspace update from #95 worked, but the event...
### Steps to reproduce 1. Create new rails app with postgresql as db 2. Add jsonb field to model via migration with name `settings` 3. Add store_accessor to model 4....