-
I fixed most of that in https://github.com/rails/rails/pull/43596 and https://github.com/rails/rails/pull/43674. Now I'd need to update the connection pool to use that same configuration, shouldn't be too hard unless I'm missing something.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
there is here a PR for puma https://github.com/puma/puma/pull/2601 that is using fiber with really nice numbers :)
-
It's not part of Hotwire, but supplemental for when you want to make AJAX requests from Stimulus or whatever. https://github.com/rails/request.js
Related posts
-
How is Rails kept with 100% uptime when it needs a restart after gem installs, etc?
-
Organizing YAML files by creating directories like `config/x` in Rails
-
How We Helped an Existing Product Debug, Grow, and Gain More (Satisfied) Customers
-
Rails Core Classes Method Lookup Changes: A Deep Dive into Include vs Prepend
-
How to Use Sinatra to Build a Ruby Application