rails/actionpack/test
Samuel Williams 89df368e4d
Update ActionDispatch::Response to support streaming bodies.
Rack 3 introduces streaming bodies, which don't respond to `#each` and
MUST respond to `#call`. Ensure that the methods are correctly delegated.

`#to_ary` must also work correctly for enumerable bodies, and is used by
middleware like `Rack::ETag` to buffer enumerable bodies correctly.
2023-01-21 13:12:24 +13:00
..
abstract Raise error when callback's only/unless symbols aren't methods 2021-12-14 15:22:08 -05:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Improve matching of cookie assertions. 2023-01-20 14:53:18 +13:00
dispatch Update ActionDispatch::Response to support streaming bodies. 2023-01-21 13:12:24 +13:00
fixtures Fix word case. html -> HTML 2022-09-18 04:21:22 +10:00
journey Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
lib Include layout when rendering objects from controllers 2020-10-14 11:49:45 -06:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
support Introduce Journey::Ast to avoid extra ast walks 2021-07-29 16:23:11 -04:00
abstract_unit.rb Improve matching of headers assertions. 2023-01-21 05:26:22 +13:00