From 4327444cfdbfc8ce93ca0efa50ac6cf00940fbaa Mon Sep 17 00:00:00 2001 From: kenta-s Date: Wed, 18 Jan 2017 22:12:47 +0900 Subject: Remove TODOs related to Exceptron [ci skip] --- actionview/lib/action_view/renderer/streaming_template_renderer.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/renderer/streaming_template_renderer.rb b/actionview/lib/action_view/renderer/streaming_template_renderer.rb index 7ede034492..62ce985243 100644 --- a/actionview/lib/action_view/renderer/streaming_template_renderer.rb +++ b/actionview/lib/action_view/renderer/streaming_template_renderer.rb @@ -4,7 +4,6 @@ module ActionView # == TODO # # * Support streaming from child templates, partials and so on. - # * Integrate exceptions with exceptron # * Rack::Cache needs to support streaming bodies class StreamingTemplateRenderer < TemplateRenderer #:nodoc: # A valid Rack::Body (i.e. it responds to each). @@ -28,7 +27,6 @@ module ActionView private # This is the same logging logic as in ShowExceptions middleware. - # TODO Once "exceptron" is in, refactor this piece to simply re-use exceptron. def log_error(exception) logger = ActionView::Base.logger return unless logger -- cgit v1.2.3