Class: Wurk::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/wurk/railtie.rb

Overview

Rails integration surface only: register the host-facing config.wurk namespace and wire the two boot hooks to Wurk::RailsBoot. All boot policy (skip/fork/embed/refuse, prefork detection) and execution lives there — this class exists solely to invoke the coordinator from the Rails lifecycle. See docs/idea/03-process-model.md for the exact ordering.