Todd Lynam

Results 5 comments of Todd Lynam

Hi, I think we ran into the same issue with paper_trail and found the issue with ActiveSupport. https://github.com/paper-trail-gem/paper_trail/issues/1278 The issue was `IPAddr.new("127.0.0.1").to_json` => `{"family":2,"addr":2130706433,"mask_addr":4294967295}` Here's the Rails issue https://github.com/rails/rails/issues/40932 and...

Great, thank you! I'm not sure of all the available options on where to place this. It seems like Rack is reasonable since Puma is a Rack web server? Okay,...

Cool, thanks a lot! I looked into this before when we were using New Relic. I was working on adding this there and found other Ruby servers currently don't have...

A Puma integration sounds great, thank you! I'm not sure how this will look like but I'll investigate.

Thank you so much @marcotc, that's really helpful!