Koo

Results 15 issues of Koo

Closes https://github.com/rails/kredis/issues/129 Started from https://github.com/rails/kredis/pull/133, I made a small change to support expiration time for lower versions of Redis.

Some code could break build with `-Denable-fp16=true` option, like https://github.com/nnstreamer/nntrainer/pull/2545. I think it would be helpful to add this build to CI to ease the burden on reviewers.

## What? Why? How about use `ActiveSupport::Notifications::Instrument` to publish `thread_pool_exhausted` and `unimplemented` error? Many Ruby developers are more familiar with the interface of ActiveSupport::Notifications::Instrument, and it'll make it easier to...

### Summary This pull request modifies the HTTP cache handling behavior in Rails to better align with the HTTP specification. Specifically, the change ensures that the ETag header takes precedence...

actionpack
docs

### Motivation / Background Similar to what was done in https://github.com/rails/rails/pull/48266, add `type` attribute in source of video and audio tag. [MDN Doc: tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source) ### Checklist Before submitting the PR...

actionview