mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
bc2c4a45959be21e6314fba7876b32c1f04cd08a
The Rack body might lazily evaluate its output, which is for example the case
if one calls 'render :text => lambda { ... }'. The code which lazily evaluates
the output might use other application classes. So we will want to defer
cleanup until the Rack request is completely finished.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%