instance method log_rendering_start

Ruby on Rails 6.0.6

Since v5.2.8.1 Last seen in v7.0.10 Private — implementation detail, not part of the public API

Available in: v5.2.8.1 v6.0.6 v6.1.7.10 v7.0.10

Signature

log_rendering_start(payload)

No documentation comment.

Parameters

payload req
Source
# File actionview/lib/action_view/log_subscriber.rb, line 85
    def log_rendering_start(payload)
      info do
        message = +"  Rendering #{from_rails_root(payload[:identifier])}"
        message << " within #{from_rails_root(payload[:layout])}" if payload[:layout]
        message
      end
    end

Defined in actionview/lib/action_view/log_subscriber.rb line 85 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::LogSubscriber

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close