Module: Rumination::Deploy
- Extended by:
- ClassMethods
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/rumination/deploy.rb,
lib/rumination/deploy/base.rb,
lib/rumination/deploy/class_methods.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- DeployError =
Class.new(RuntimeError)
- UnknownTarget =
Class.new(DeployError)
- BootstrapError =
Class.new(DeployError)
- BootstrappedAlready =
Class.new(BootstrapError)
- DatabaseInitError =
Class.new(BootstrapError)