Module Ramaze::Reloader::Hooks
In: lib/ramaze/reloader.rb

Holds hooks that are called before and after cycle and safe_load

Methods

Public Instance methods

Overwrite to add actions after the reload rotation has ended.

Overwrite to add custom hook in addition to default Cache cleaning

Overwrite to add actions after a file is Kernel::load-ed unsuccessfully, by default we output an error-message with the exception.

Overwrite to add actions after a file is Kernel::load-ed successfully, by default we clean the Cache for compiled templates and resolved actions.

Overwrite to add actions before the reload rotation is started.

Overwrite to add actions before a file is Kernel::load-ed

[Validate]