instance method clear_all_connections!

Ruby on Rails 7.1.6

Since v7.1.6 Last seen in v7.1.6

Signature

clear_all_connections!(role = nil)

No documentation comment.

Parameters

role opt = nil
Source
# File activerecord/lib/active_record/connection_handling.rb, line 329
    def clear_all_connections!(role = nil)
      deprecation_for_delegation(__method__)
      connection_handler.clear_all_connections!(role)
    end

Defined in activerecord/lib/active_record/connection_handling.rb line 329 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionHandling

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