lograge icon indicating copy to clipboard operation
lograge copied to clipboard

Rails 5 Action Cable

Open kolasss opened this issue 6 years ago • 1 comments

How to attach Lograge to Action Cable?

kolasss avatar May 29 '18 11:05 kolasss

Hi @kolasss, sensible Action Cable logging was one of the thing I struggled with in one of my other projects. At the moment I'm woking on cleaning all the Action Cable mess in Lograge - feel free to check out my fork (action-cable branch): https://github.com/xlts/lograge/tree/action-cable. ~~This is not yet PR-ready (tests are still missing), but maybe you could check how it works and provide some feedback?~~

EDIT: The PR is now ready: https://github.com/roidrage/lograge/pull/257

Unfortunately monkey-patching logging in Action Cable is much more of a dirty work then in Action Controller, but hopefully this is an improvement.

xlts avatar Aug 17 '18 19:08 xlts