Tim Irwin

Results 5 comments of Tim Irwin

Without the added features of showing differences, is there a way to generate that wouldn't produce a different pdf if there are no changes substantive? When I generate more than...

`write_audit` seems to be a private method, but `user.audits.create(action: 'read')` would still work. Or you could call `write_audit` in your own method inside your User class.

Rails documentation (https://guides.rubyonrails.org/command_line.html#bin-rails-runner) says `-e` is still valid, and it worked locally for me. Good to know, so I'll keep an eye out for it on production.

Rails 7.1.3.4, Ruby 3.3.1, PG 1.5.6 - same issue with Puma on production Kubernetes when app server is under request load Has anyone found a way to make this thread-safe?...

> Or if the connection pool size was increased, would that help? No, increasing the connection pool size did not help.