Methods
- A
- B
- N
- R
- T
- W
Class Public methods
after_class_unload(*args, &block) Link
Registers a callback that will run immediately after the classes are unloaded.
before_class_unload(*args, &block) Link
Registers a callback that will run immediately before the classes are unloaded.
new() Link
reload!() Link
Initiate a manual reload
to_prepare(*args, &block) Link
Registers a callback that will run once at application startup and every time the code is reloaded.
wrap() Link
Run the supplied block as a work unit, reloading code as needed
Instance Public methods
release_unload_lock!() Link
Release the unload lock if it has been previously obtained
require_unload_lock!() Link
Acquire the ActiveSupport::Dependencies::Interlock
unload lock, ensuring it will be released automatically