Petrik de Heus
Petrik de Heus
Requires https://github.com/TechEmpower/FrameworkBenchmarks/pull/9122
The benchmarks currently don't take into account batch updates in MySQL. This fixes the flaky MySQL updates verification.
`STATS_DIRECTORIES` is used by third parties to add directories to the statistics output. It's a global constant defined in a Rake file, that gets loaded anytime the Rake commands get...
Digging deeper is a large section. We can move the performance, security and error reporting guides to a separate section. ### Checklist Before submitting the PR make sure the following...
Mention which blob can't be transformed and what content_type it has. ### Checklist Before submitting the PR make sure the following are checked: * [x] This Pull Request is related...
Falcon is an async server for Ruby.
For example, don't install falcon when testing puma. Also use the shorter "Puma" for the 'Server' header when using puma.
ActiveRecord 7.2 introduced ActiveRecord::Base.with_connection which releases the connection after the block has run. This allows us to remove clearing active connections after the request has finished. | |plaintext|update| json| db|query|fortune|weighted_score|...
Commits 0f43feda04d45aec064aedc312d265a529e4915d and adec7e7ba87e3d268149d0020d54dc211eb02ada removed setting `config.assets.quiet` and `config.assets.debug` to `true` in `config/environments/development.rb`. The guide has been updated to reflect that. The defaults for other `config.assets` configs are set by...
It would be nice to have a preview of the documentation if changes are made. This has been done for SDoc as well: https://github.com/rails/sdoc/pull/163