instance method reload

Ruby on Rails edge

Since edge

Signature

reload()

Reload the cached ENV values in case any of them changed or new ones were added during runtime.

Source
# File activesupport/lib/active_support/env_configuration.rb, line 74
    def reload
      @envs = ENV.to_h
    end

Defined in activesupport/lib/active_support/env_configuration.rb line 74 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::EnvConfiguration

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