Module: StepperMotor

Defined in:
lib/stepper_motor/journey.rb,
lib/stepper_motor.rb,
lib/stepper_motor/railtie.rb,
lib/stepper_motor/version.rb,
lib/generators/install_generator.rb

Overview

StepperMotor is a module for building multi-step flows where steps are sequential and only ever progress forward. The building block of StepperMotor is StepperMotor::Journey

Defined Under Namespace

Modules: TestHelper Classes: CyclicScheduler, Error, ForwardScheduler, InstallGenerator, Journey, JourneyNotPersisted, PerformStepJob, Railtie, ReapHungJourneysJob, Step, StepConfigurationError

Constant Summary collapse

UNINITIALISED_DATABASE_EXCEPTIONS =
[
  ActiveRecord::NoDatabaseError,
  ActiveRecord::StatementInvalid,
  ActiveRecord::ConnectionNotEstablished
]
VERSION =
"0.1.0"