brut 0.16.0.pre.pre → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +6 -0
- data/CHANGELOG.md +9 -3
- data/Gemfile.lock +44 -34
- data/bin/docs +7 -0
- data/brut-css/package-lock.json +2 -2
- data/brut-css/package.json +1 -1
- data/brut-js/package-lock.json +311 -2
- data/brut-js/package.json +2 -1
- data/brut.gemspec +2 -0
- data/brutrb.com/jobs.md +1 -1
- data/docs/404.html +2 -2
- data/docs/adrs.html +4 -4
- data/docs/ai.html +4 -4
- data/docs/api/Brut/BackEnd/SeedData.html +2 -2
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +2 -2
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +2 -2
- data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +2 -2
- data/docs/api/Brut/BackEnd/Sidekiq.html +2 -2
- data/docs/api/Brut/BackEnd/Validators/FormValidator.html +2 -2
- data/docs/api/Brut/BackEnd/Validators.html +2 -2
- data/docs/api/Brut/BackEnd.html +2 -2
- data/docs/api/Brut/CLI/App.html +2 -2
- data/docs/api/Brut/CLI/AppRunner.html +2 -2
- data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +2 -2
- data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +2 -2
- data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +3 -3
- data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +2 -2
- data/docs/api/Brut/CLI/Apps/BuildAssets.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Create.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Drop.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Migrate.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Seed.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB/Status.html +2 -2
- data/docs/api/Brut/CLI/Apps/DB.html +2 -2
- data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +2 -2
- data/docs/api/Brut/CLI/Apps/DeployBase.html +2 -2
- data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +8 -6
- data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/DbModel.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +2 -2
- data/docs/api/Brut/CLI/Apps/Scaffold.html +2 -2
- data/docs/api/Brut/CLI/Apps/Test/Audit.html +15 -7
- data/docs/api/Brut/CLI/Apps/Test/E2e.html +2 -2
- data/docs/api/Brut/CLI/Apps/Test/JS.html +2 -2
- data/docs/api/Brut/CLI/Apps/Test/Run.html +2 -2
- data/docs/api/Brut/CLI/Apps/Test.html +2 -2
- data/docs/api/Brut/CLI/Apps.html +2 -2
- data/docs/api/Brut/CLI/Command.html +2 -2
- data/docs/api/Brut/CLI/Error.html +2 -2
- data/docs/api/Brut/CLI/ExecutionResults/Result.html +2 -2
- data/docs/api/Brut/CLI/ExecutionResults.html +2 -2
- data/docs/api/Brut/CLI/Executor.html +2 -2
- data/docs/api/Brut/CLI/InvalidOption.html +2 -2
- data/docs/api/Brut/CLI/Options.html +2 -2
- data/docs/api/Brut/CLI/Output.html +2 -2
- data/docs/api/Brut/CLI/SystemExecError.html +2 -2
- data/docs/api/Brut/CLI.html +2 -2
- data/docs/api/Brut/FactoryBot.html +2 -2
- data/docs/api/Brut/Framework/App.html +2 -2
- data/docs/api/Brut/Framework/Config.html +2 -2
- data/docs/api/Brut/Framework/Container.html +11 -7
- data/docs/api/Brut/Framework/Error.html +2 -2
- data/docs/api/Brut/Framework/Errors/AbstractMethod.html +2 -2
- data/docs/api/Brut/Framework/Errors/Bug.html +2 -2
- data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +2 -2
- data/docs/api/Brut/Framework/Errors/MissingParameter.html +2 -2
- data/docs/api/Brut/Framework/Errors/NoClassForPath.html +2 -2
- data/docs/api/Brut/Framework/Errors/NotFound.html +2 -2
- data/docs/api/Brut/Framework/Errors/NotImplemented.html +2 -2
- data/docs/api/Brut/Framework/Errors.html +2 -2
- data/docs/api/Brut/Framework/FussyTypeEnforcement.html +2 -2
- data/docs/api/Brut/Framework/MCP.html +3 -3
- data/docs/api/Brut/Framework/ProjectEnvironment.html +2 -2
- data/docs/api/Brut/Framework.html +2 -2
- data/docs/api/Brut/FrontEnd/AssetPathResolver.html +2 -2
- data/docs/api/Brut/FrontEnd/Component/Helpers.html +2 -2
- data/docs/api/Brut/FrontEnd/Component.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/FormTag.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Input.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/ButtonTag.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Inputs.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/TimeTag.html +2 -2
- data/docs/api/Brut/FrontEnd/Components/Traceparent.html +2 -2
- data/docs/api/Brut/FrontEnd/Components.html +2 -2
- data/docs/api/Brut/FrontEnd/CsrfProtector.html +2 -2
- data/docs/api/Brut/FrontEnd/Download.html +2 -2
- data/docs/api/Brut/FrontEnd/Flash.html +2 -2
- data/docs/api/Brut/FrontEnd/Form.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/Button.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/ButtonInputDefinition.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/Input.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +2 -2
- data/docs/api/Brut/FrontEnd/Forms.html +2 -2
- data/docs/api/Brut/FrontEnd/GenericResponse.html +2 -2
- data/docs/api/Brut/FrontEnd/Handler.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +2 -2
- data/docs/api/Brut/FrontEnd/Handlers.html +2 -2
- data/docs/api/Brut/FrontEnd/HandlingResults.html +2 -2
- data/docs/api/Brut/FrontEnd/HttpMethod.html +2 -2
- data/docs/api/Brut/FrontEnd/HttpStatus.html +2 -2
- data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +2 -2
- data/docs/api/Brut/FrontEnd/Layout.html +2 -2
- data/docs/api/Brut/FrontEnd/Middleware.html +2 -2
- data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +2 -2
- data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +2 -2
- data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +2 -2
- data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +2 -2
- data/docs/api/Brut/FrontEnd/Middlewares.html +2 -2
- data/docs/api/Brut/FrontEnd/Page.html +2 -2
- data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +2 -2
- data/docs/api/Brut/FrontEnd/Pages.html +2 -2
- data/docs/api/Brut/FrontEnd/RequestContext.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHook.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +2 -2
- data/docs/api/Brut/FrontEnd/RouteHooks.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing/Route.html +2 -2
- data/docs/api/Brut/FrontEnd/Routing.html +2 -2
- data/docs/api/Brut/FrontEnd/Session.html +2 -2
- data/docs/api/Brut/FrontEnd.html +2 -2
- data/docs/api/Brut/I18n/BaseMethods.html +2 -2
- data/docs/api/Brut/I18n/ForBackEnd.html +2 -2
- data/docs/api/Brut/I18n/ForCLI.html +2 -2
- data/docs/api/Brut/I18n/ForHTML.html +2 -2
- data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +2 -2
- data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +2 -2
- data/docs/api/Brut/I18n.html +2 -2
- data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +2 -2
- data/docs/api/Brut/Instrumentation/Methods/ClassMethods.html +2 -2
- data/docs/api/Brut/Instrumentation/Methods.html +2 -2
- data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +2 -2
- data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +2 -2
- data/docs/api/Brut/Instrumentation/OpenTelemetry.html +2 -2
- data/docs/api/Brut/Instrumentation.html +2 -2
- data/docs/api/Brut/RubocopConfig.html +2 -2
- data/docs/api/Brut/SinatraHelpers/ClassMethods.html +2 -2
- data/docs/api/Brut/SinatraHelpers.html +2 -2
- data/docs/api/Brut/SpecSupport/ClockSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/ComponentSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/E2ETestServer.html +2 -2
- data/docs/api/Brut/SpecSupport/E2eSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/EnhancedNode.html +2 -2
- data/docs/api/Brut/SpecSupport/FlashSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +2 -2
- data/docs/api/Brut/SpecSupport/GeneralSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/HandlerSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +2 -2
- data/docs/api/Brut/SpecSupport/Matchers.html +2 -2
- data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +2 -2
- data/docs/api/Brut/SpecSupport/RSpecSetup.html +2 -2
- data/docs/api/Brut/SpecSupport/SessionSupport.html +2 -2
- data/docs/api/Brut/SpecSupport.html +2 -2
- data/docs/api/Brut/TUI/AnsiEscapeCode/Mod.html +409 -0
- data/docs/api/Brut/TUI/AnsiEscapeCode.html +426 -0
- data/docs/api/Brut/TUI/EventLoop/Deque.html +531 -0
- data/docs/api/Brut/TUI/EventLoop.html +676 -0
- data/docs/api/Brut/TUI/Events/BaseEvent.html +449 -0
- data/docs/api/Brut/TUI/Events/EventBus.html +485 -0
- data/docs/api/Brut/TUI/Events/EventLoopStarted.html +211 -0
- data/docs/api/Brut/TUI/Events/Exception.html +523 -0
- data/docs/api/Brut/TUI/Events/Tick.html +294 -0
- data/docs/api/Brut/TUI/Events.html +131 -0
- data/docs/api/Brut/TUI/MarkupString.html +537 -0
- data/docs/api/Brut/TUI/Script/BlockStep.html +300 -0
- data/docs/api/Brut/TUI/Script/Events/CommandExecutionFailed.html +252 -0
- data/docs/api/Brut/TUI/Script/Events/CommandExecutionSucceeded.html +163 -0
- data/docs/api/Brut/TUI/Script/Events/CommandStdErr.html +163 -0
- data/docs/api/Brut/TUI/Script/Events/CommandStdOut.html +300 -0
- data/docs/api/Brut/TUI/Script/Events/ExecutingCommand.html +298 -0
- data/docs/api/Brut/TUI/Script/Events/Message.html +345 -0
- data/docs/api/Brut/TUI/Script/Events/PhaseCompleted.html +229 -0
- data/docs/api/Brut/TUI/Script/Events/PhaseStarted.html +350 -0
- data/docs/api/Brut/TUI/Script/Events/ScriptCompleted.html +282 -0
- data/docs/api/Brut/TUI/Script/Events/ScriptStarted.html +343 -0
- data/docs/api/Brut/TUI/Script/Events/StepCompleted.html +163 -0
- data/docs/api/Brut/TUI/Script/Events/StepStarted.html +346 -0
- data/docs/api/Brut/TUI/Script/Events.html +115 -0
- data/docs/api/Brut/TUI/Script/ExecStep/ProcessStatusFailed.html +210 -0
- data/docs/api/Brut/TUI/Script/ExecStep.html +493 -0
- data/docs/api/Brut/TUI/Script/LoggingSubscriber.html +914 -0
- data/docs/api/Brut/TUI/Script/PutsSubscriber.html +783 -0
- data/docs/api/Brut/TUI/Script/Step.html +313 -0
- data/docs/api/Brut/TUI/Script.html +1250 -0
- data/docs/api/Brut/TUI/Terminal.html +593 -0
- data/docs/api/Brut/TUI/TerminalTheme.html +1403 -0
- data/docs/api/Brut/TUI/Themes/Dark.html +706 -0
- data/docs/api/Brut/TUI/Themes/Light.html +804 -0
- data/docs/api/Brut/TUI/Themes/None.html +218 -0
- data/docs/api/Brut/TUI/Themes.html +115 -0
- data/docs/api/Brut/TUI.html +129 -0
- data/docs/api/Brut.html +4 -4
- data/docs/api/Clock.html +2 -2
- data/docs/api/ModuleName.html +2 -2
- data/docs/api/RichString.html +2 -2
- data/docs/api/SemanticLogger/Appender/Async.html +2 -2
- data/docs/api/Sequel/Extensions/BrutInstrumentation.html +2 -2
- data/docs/api/Sequel/Extensions/BrutMigrations.html +2 -2
- data/docs/api/Sequel/Extensions.html +2 -2
- data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +2 -2
- data/docs/api/Sequel/Plugins/CreatedAt.html +2 -2
- data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +2 -2
- data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +2 -2
- data/docs/api/Sequel/Plugins/ExternalId.html +2 -2
- data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +2 -2
- data/docs/api/Sequel/Plugins/FindBang.html +2 -2
- data/docs/api/Sequel/Plugins.html +2 -2
- data/docs/api/Sequel.html +2 -2
- data/docs/api/_index.html +247 -2
- data/docs/api/class_list.html +1 -1
- data/docs/api/file.README.html +2 -2
- data/docs/api/index.html +2 -2
- data/docs/api/method_list.html +1551 -431
- data/docs/api/top-level-namespace.html +2 -2
- data/docs/assets/{app.Dm7v_ouO.js → app.B8jAEB7R.js} +1 -1
- data/docs/assets/chunks/@localSearchIndexroot.DJ8mocCj.js +1 -0
- data/docs/assets/chunks/{VPLocalSearchBox.DQK6jQou.js → VPLocalSearchBox.gF-Po_fz.js} +1 -1
- data/docs/assets/chunks/{theme.BuExsdM9.js → theme.BjPAOJkz.js} +2 -2
- data/docs/assets/{components.md.Dfd3w6UW.js → components.md.Ber8UBM0.js} +3 -3
- data/docs/assets/{configuration.md.DTYoV2Ea.js → configuration.md.DrJ6YVoZ.js} +1 -1
- data/docs/assets/{deployment.md.C1u5ep0g.js → deployment.md.CHTx2eTR.js} +10 -3
- data/docs/assets/{deployment.md.C1u5ep0g.lean.js → deployment.md.CHTx2eTR.lean.js} +1 -1
- data/docs/assets/{forms.md.DEkmJUvb.js → forms.md.RK0zkhm0.js} +2 -2
- data/docs/assets/{forms.md.DEkmJUvb.lean.js → forms.md.RK0zkhm0.lean.js} +1 -1
- data/docs/assets/{getting-started.md.DO-4eoGW.js → getting-started.md.CGJ44juQ.js} +2 -2
- data/docs/assets/jobs.md.Bi3qb3v6.js +25 -0
- data/docs/assets/jobs.md.Bi3qb3v6.lean.js +1 -0
- data/docs/assets/recipes_dev-env-secrets.md.DC_jVY9U.js +12 -0
- data/docs/assets/recipes_dev-env-secrets.md.DC_jVY9U.lean.js +1 -0
- data/docs/assets/roadmap.md.DqC1Y7Zt.js +1 -0
- data/docs/assets/{roadmap.md.CJsbUmK_.lean.js → roadmap.md.DqC1Y7Zt.lean.js} +1 -1
- data/docs/assets/{tutorials_02-dialog.md.D2vSjDVf.js → tutorials_02-dialog.md.DE5WfCXI.js} +1 -1
- data/docs/assets.html +4 -4
- data/docs/brut-js/api/AjaxSubmit.html +1 -1
- data/docs/brut-js/api/AjaxSubmit.js.html +1 -1
- data/docs/brut-js/api/Autosubmit.html +1 -1
- data/docs/brut-js/api/Autosubmit.js.html +1 -1
- data/docs/brut-js/api/BaseCustomElement.html +1 -1
- data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
- data/docs/brut-js/api/BrutCustomElements.html +1 -1
- data/docs/brut-js/api/BufferedLogger.html +1 -1
- data/docs/brut-js/api/ConfirmSubmit.html +1 -1
- data/docs/brut-js/api/ConfirmSubmit.js.html +1 -1
- data/docs/brut-js/api/ConfirmationDialog.html +1 -1
- data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessage.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessage.js.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessages.html +1 -1
- data/docs/brut-js/api/ConstraintViolationMessages.js.html +1 -1
- data/docs/brut-js/api/CopyToClipboard.html +1 -1
- data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
- data/docs/brut-js/api/Form.html +1 -1
- data/docs/brut-js/api/Form.js.html +1 -1
- data/docs/brut-js/api/I18nTranslation.html +1 -1
- data/docs/brut-js/api/I18nTranslation.js.html +1 -1
- data/docs/brut-js/api/LocaleDetection.html +1 -1
- data/docs/brut-js/api/LocaleDetection.js.html +1 -1
- data/docs/brut-js/api/Logger.html +1 -1
- data/docs/brut-js/api/Logger.js.html +1 -1
- data/docs/brut-js/api/Message.html +1 -1
- data/docs/brut-js/api/Message.js.html +1 -1
- data/docs/brut-js/api/PrefixedLogger.html +1 -1
- data/docs/brut-js/api/RichString.html +1 -1
- data/docs/brut-js/api/RichString.js.html +1 -1
- data/docs/brut-js/api/Tabs.html +1 -1
- data/docs/brut-js/api/Tabs.js.html +1 -1
- data/docs/brut-js/api/Toast.html +1 -1
- data/docs/brut-js/api/Toast.js.html +1 -1
- data/docs/brut-js/api/Tracing.html +1 -1
- data/docs/brut-js/api/Tracing.js.html +1 -1
- data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
- data/docs/brut-js/api/external-Performance.html +1 -1
- data/docs/brut-js/api/external-Promise.html +1 -1
- data/docs/brut-js/api/external-ValidityState.html +1 -1
- data/docs/brut-js/api/external-Window.html +1 -1
- data/docs/brut-js/api/external-fetch.html +1 -1
- data/docs/brut-js/api/global.html +1 -1
- data/docs/brut-js/api/index.html +1 -1
- data/docs/brut-js/api/index.js.html +1 -1
- data/docs/brut-js/api/module-testing.html +1 -1
- data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
- data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
- data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
- data/docs/brut-js/api/testing.DOMCreator.html +1 -1
- data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
- data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
- data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
- data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
- data/docs/brut-js/api/testing_index.js.html +1 -1
- data/docs/brut-js.html +4 -4
- data/docs/business-logic.html +4 -4
- data/docs/cli.html +4 -4
- data/docs/components.html +8 -8
- data/docs/configuration.html +5 -5
- data/docs/css.html +4 -4
- data/docs/custom-element-tests.html +4 -4
- data/docs/database-access.html +4 -4
- data/docs/database-schema.html +4 -4
- data/docs/deployment.html +13 -6
- data/docs/dev-environment.html +4 -4
- data/docs/dir-structure.html +4 -4
- data/docs/doc-conventions.html +4 -4
- data/docs/end-to-end-tests.html +4 -4
- data/docs/features.html +4 -4
- data/docs/flash-and-session.html +4 -4
- data/docs/form-constraints.html +4 -4
- data/docs/forms.html +6 -6
- data/docs/getting-started.html +7 -7
- data/docs/handlers.html +4 -4
- data/docs/hashmap.json +1 -1
- data/docs/hooks.html +4 -4
- data/docs/i18n.html +4 -4
- data/docs/index.html +3 -3
- data/docs/instrumentation.html +4 -4
- data/docs/javascript.html +4 -4
- data/docs/jobs.html +29 -5
- data/docs/keyword-injection.html +4 -4
- data/docs/layouts.html +4 -4
- data/docs/lsp.html +4 -4
- data/docs/markdown-examples.html +4 -4
- data/docs/middleware.html +4 -4
- data/docs/overview.html +4 -4
- data/docs/pages.html +4 -4
- data/docs/recipes/alternate-layouts.html +5 -5
- data/docs/recipes/authentication.html +5 -5
- data/docs/recipes/custom-flash.html +5 -5
- data/docs/recipes/dev-env-secrets.html +40 -0
- data/docs/recipes/form-errors.html +5 -5
- data/docs/recipes/indexed-forms.html +5 -5
- data/docs/recipes/migrations.html +5 -5
- data/docs/recipes/text-field-component.html +5 -5
- data/docs/roadmap.html +5 -5
- data/docs/routes.html +4 -4
- data/docs/security.html +4 -4
- data/docs/seed-data.html +4 -4
- data/docs/space-time-continuum.html +4 -4
- data/docs/tutorial.html +4 -4
- data/docs/tutorials/01-intro.html +4 -4
- data/docs/tutorials/02-dialog.html +5 -5
- data/docs/unit-tests.html +4 -4
- data/docs/why.html +4 -4
- data/lib/brut/cli/apps/build_assets.rb +1 -1
- data/lib/brut/cli/apps/heroku_container_based_deploy.rb +1 -1
- data/lib/brut/cli/apps/test.rb +6 -4
- data/lib/brut/tui/ansi_escape_code.rb +104 -0
- data/lib/brut/tui/event_loop.rb +168 -0
- data/lib/brut/tui/events/base_event.rb +29 -0
- data/lib/brut/tui/events/event_bus.rb +73 -0
- data/lib/brut/tui/events/event_loop_started.rb +5 -0
- data/lib/brut/tui/events/exception.rb +24 -0
- data/lib/brut/tui/events/tick.rb +12 -0
- data/lib/brut/tui/events.rb +7 -0
- data/lib/brut/tui/markup_string.rb +68 -0
- data/lib/brut/tui/script/block_step.rb +17 -0
- data/lib/brut/tui/script/events/command_execution_failed.rb +4 -0
- data/lib/brut/tui/script/events/command_execution_succeeded.rb +3 -0
- data/lib/brut/tui/script/events/command_std_err.rb +3 -0
- data/lib/brut/tui/script/events/command_std_out.rb +13 -0
- data/lib/brut/tui/script/events/executing_command.rb +12 -0
- data/lib/brut/tui/script/events/message.rb +15 -0
- data/lib/brut/tui/script/events/phase_completed.rb +4 -0
- data/lib/brut/tui/script/events/phase_started.rb +14 -0
- data/lib/brut/tui/script/events/script_completed.rb +5 -0
- data/lib/brut/tui/script/events/script_started.rb +12 -0
- data/lib/brut/tui/script/events/step_completed.rb +3 -0
- data/lib/brut/tui/script/events/step_started.rb +12 -0
- data/lib/brut/tui/script/events.rb +14 -0
- data/lib/brut/tui/script/exec_step.rb +60 -0
- data/lib/brut/tui/script/logging_subscriber.rb +98 -0
- data/lib/brut/tui/script/puts_subscriber.rb +109 -0
- data/lib/brut/tui/script/step.rb +13 -0
- data/lib/brut/tui/script.rb +211 -0
- data/lib/brut/tui/terminal.rb +74 -0
- data/lib/brut/tui/terminal_theme.rb +140 -0
- data/lib/brut/tui/themes/dark.rb +14 -0
- data/lib/brut/tui/themes/light.rb +17 -0
- data/lib/brut/tui/themes/none.rb +9 -0
- data/lib/brut/tui/themes.rb +5 -0
- data/lib/brut/tui.rb +15 -0
- data/lib/brut/version.rb +1 -1
- data/lib/brut.rb +1 -0
- data/mkbrut/Gemfile.lock +2 -1
- data/mkbrut/lib/mkbrut/version.rb +1 -1
- data/mkbrut/templates/segments/Heroku/deploy/Dockerfile +9 -7
- data/mkbrut/templates/segments/Heroku/deploy/heroku_config.rb +2 -2
- data/specs/brut/tui/ansi_escape_code.spec.rb +30 -0
- data/specs/brut/tui/event_loop.spec.rb +70 -0
- data/specs/brut/tui/events/base_event.spec.rb +26 -0
- data/specs/brut/tui/events/event_bus.spec.rb +141 -0
- data/specs/brut/tui/events/exception.spec.rb +19 -0
- data/specs/brut/tui/events/test_event.rb +5 -0
- data/specs/spec_helper.rb +4 -0
- metadata +131 -21
- data/docs/assets/chunks/@localSearchIndexroot.BiNFswvo.js +0 -1
- data/docs/assets/jobs.md.Bc7Y1YpK.js +0 -1
- data/docs/assets/jobs.md.Bc7Y1YpK.lean.js +0 -1
- data/docs/assets/roadmap.md.CJsbUmK_.js +0 -1
- /data/docs/assets/{components.md.Dfd3w6UW.lean.js → components.md.Ber8UBM0.lean.js} +0 -0
- /data/docs/assets/{configuration.md.DTYoV2Ea.lean.js → configuration.md.DrJ6YVoZ.lean.js} +0 -0
- /data/docs/assets/{getting-started.md.DO-4eoGW.lean.js → getting-started.md.CGJ44juQ.lean.js} +0 -0
- /data/docs/assets/{tutorials_02-dialog.md.D2vSjDVf.lean.js → tutorials_02-dialog.md.DE5WfCXI.lean.js} +0 -0
|
@@ -192,9 +192,9 @@
|
|
|
192
192
|
</div>
|
|
193
193
|
|
|
194
194
|
<div id="footer">
|
|
195
|
-
Generated on
|
|
195
|
+
Generated on Sun Nov 30 20:50:11 2025 by
|
|
196
196
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
197
|
-
0.9.37 (ruby-3.4.
|
|
197
|
+
0.9.37 (ruby-3.4.6).
|
|
198
198
|
</div>
|
|
199
199
|
|
|
200
200
|
</div>
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
<div id="footer">
|
|
118
|
-
Generated on
|
|
118
|
+
Generated on Sun Nov 30 20:50:11 2025 by
|
|
119
119
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
120
|
-
0.9.37 (ruby-3.4.
|
|
120
|
+
0.9.37 (ruby-3.4.6).
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
</div>
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Sun Nov 30 20:50:11 2025 by
|
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.37 (ruby-3.4.
|
|
112
|
+
0.9.37 (ruby-3.4.6).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
data/docs/api/Sequel.html
CHANGED
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Sun Nov 30 20:50:11 2025 by
|
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.37 (ruby-3.4.
|
|
112
|
+
0.9.37 (ruby-3.4.6).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
data/docs/api/_index.html
CHANGED
|
@@ -122,6 +122,13 @@
|
|
|
122
122
|
|
|
123
123
|
</li>
|
|
124
124
|
|
|
125
|
+
<li>
|
|
126
|
+
<span class='object_link'><a href="Brut/TUI/AnsiEscapeCode.html" title="Brut::TUI::AnsiEscapeCode (class)">AnsiEscapeCode</a></span>
|
|
127
|
+
|
|
128
|
+
<small>(Brut::TUI)</small>
|
|
129
|
+
|
|
130
|
+
</li>
|
|
131
|
+
|
|
125
132
|
<li>
|
|
126
133
|
<span class='object_link'><a href="Brut/CLI/App.html" title="Brut::CLI::App (class)">App</a></span>
|
|
127
134
|
|
|
@@ -186,6 +193,13 @@
|
|
|
186
193
|
|
|
187
194
|
</li>
|
|
188
195
|
|
|
196
|
+
<li>
|
|
197
|
+
<span class='object_link'><a href="Brut/TUI/Events/BaseEvent.html" title="Brut::TUI::Events::BaseEvent (class)">BaseEvent</a></span>
|
|
198
|
+
|
|
199
|
+
<small>(Brut::TUI::Events)</small>
|
|
200
|
+
|
|
201
|
+
</li>
|
|
202
|
+
|
|
189
203
|
<li>
|
|
190
204
|
<span class='object_link'><a href="Brut/I18n/BaseMethods.html" title="Brut::I18n::BaseMethods (module)">BaseMethods</a></span>
|
|
191
205
|
|
|
@@ -214,6 +228,13 @@
|
|
|
214
228
|
|
|
215
229
|
</li>
|
|
216
230
|
|
|
231
|
+
<li>
|
|
232
|
+
<span class='object_link'><a href="Brut/TUI/Script/BlockStep.html" title="Brut::TUI::Script::BlockStep (class)">BlockStep</a></span>
|
|
233
|
+
|
|
234
|
+
<small>(Brut::TUI::Script)</small>
|
|
235
|
+
|
|
236
|
+
</li>
|
|
237
|
+
|
|
217
238
|
<li>
|
|
218
239
|
<span class='object_link'><a href="Brut.html" title="Brut (module)">Brut</a></span>
|
|
219
240
|
|
|
@@ -358,6 +379,34 @@
|
|
|
358
379
|
|
|
359
380
|
</li>
|
|
360
381
|
|
|
382
|
+
<li>
|
|
383
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/CommandExecutionFailed.html" title="Brut::TUI::Script::Events::CommandExecutionFailed (class)">CommandExecutionFailed</a></span>
|
|
384
|
+
|
|
385
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
386
|
+
|
|
387
|
+
</li>
|
|
388
|
+
|
|
389
|
+
<li>
|
|
390
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/CommandExecutionSucceeded.html" title="Brut::TUI::Script::Events::CommandExecutionSucceeded (class)">CommandExecutionSucceeded</a></span>
|
|
391
|
+
|
|
392
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
393
|
+
|
|
394
|
+
</li>
|
|
395
|
+
|
|
396
|
+
<li>
|
|
397
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/CommandStdErr.html" title="Brut::TUI::Script::Events::CommandStdErr (class)">CommandStdErr</a></span>
|
|
398
|
+
|
|
399
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
400
|
+
|
|
401
|
+
</li>
|
|
402
|
+
|
|
403
|
+
<li>
|
|
404
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/CommandStdOut.html" title="Brut::TUI::Script::Events::CommandStdOut (class)">CommandStdOut</a></span>
|
|
405
|
+
|
|
406
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
407
|
+
|
|
408
|
+
</li>
|
|
409
|
+
|
|
361
410
|
<li>
|
|
362
411
|
<span class='object_link'><a href="Brut/CLI/Apps/Scaffold/Component.html" title="Brut::CLI::Apps::Scaffold::Component (class)">Component</a></span>
|
|
363
412
|
|
|
@@ -478,6 +527,13 @@
|
|
|
478
527
|
|
|
479
528
|
</li>
|
|
480
529
|
|
|
530
|
+
<li>
|
|
531
|
+
<span class='object_link'><a href="Brut/TUI/Themes/Dark.html" title="Brut::TUI::Themes::Dark (class)">Dark</a></span>
|
|
532
|
+
|
|
533
|
+
<small>(Brut::TUI::Themes)</small>
|
|
534
|
+
|
|
535
|
+
</li>
|
|
536
|
+
|
|
481
537
|
<li>
|
|
482
538
|
<span class='object_link'><a href="Brut/CLI/Apps/Scaffold/DbModel.html" title="Brut::CLI::Apps::Scaffold::DbModel (class)">DbModel</a></span>
|
|
483
539
|
|
|
@@ -577,6 +633,55 @@
|
|
|
577
633
|
|
|
578
634
|
</li>
|
|
579
635
|
|
|
636
|
+
<li>
|
|
637
|
+
<span class='object_link'><a href="Brut/TUI/EventLoop.html" title="Brut::TUI::EventLoop (class)">EventLoop</a></span>
|
|
638
|
+
|
|
639
|
+
<small>(Brut::TUI)</small>
|
|
640
|
+
|
|
641
|
+
</li>
|
|
642
|
+
|
|
643
|
+
<li>
|
|
644
|
+
<span class='object_link'><a href="Brut/TUI/Events/EventLoopStarted.html" title="Brut::TUI::Events::EventLoopStarted (class)">EventLoopStarted</a></span>
|
|
645
|
+
|
|
646
|
+
<small>(Brut::TUI::Events)</small>
|
|
647
|
+
|
|
648
|
+
</li>
|
|
649
|
+
|
|
650
|
+
<li>
|
|
651
|
+
<span class='object_link'><a href="Brut/TUI/Events.html" title="Brut::TUI::Events (class)">Events</a></span>
|
|
652
|
+
|
|
653
|
+
<small>(Brut::TUI)</small>
|
|
654
|
+
|
|
655
|
+
</li>
|
|
656
|
+
|
|
657
|
+
<li>
|
|
658
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events.html" title="Brut::TUI::Script::Events (module)">Events</a></span>
|
|
659
|
+
|
|
660
|
+
<small>(Brut::TUI::Script)</small>
|
|
661
|
+
|
|
662
|
+
</li>
|
|
663
|
+
|
|
664
|
+
<li>
|
|
665
|
+
<span class='object_link'><a href="Brut/TUI/Events/Exception.html" title="Brut::TUI::Events::Exception (class)">Exception</a></span>
|
|
666
|
+
|
|
667
|
+
<small>(Brut::TUI::Events)</small>
|
|
668
|
+
|
|
669
|
+
</li>
|
|
670
|
+
|
|
671
|
+
<li>
|
|
672
|
+
<span class='object_link'><a href="Brut/TUI/Script/ExecStep.html" title="Brut::TUI::Script::ExecStep (class)">ExecStep</a></span>
|
|
673
|
+
|
|
674
|
+
<small>(Brut::TUI::Script)</small>
|
|
675
|
+
|
|
676
|
+
</li>
|
|
677
|
+
|
|
678
|
+
<li>
|
|
679
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/ExecutingCommand.html" title="Brut::TUI::Script::Events::ExecutingCommand (class)">ExecutingCommand</a></span>
|
|
680
|
+
|
|
681
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
682
|
+
|
|
683
|
+
</li>
|
|
684
|
+
|
|
580
685
|
<li>
|
|
581
686
|
<span class='object_link'><a href="Brut/CLI/ExecutionResults.html" title="Brut::CLI::ExecutionResults (module)">ExecutionResults</a></span>
|
|
582
687
|
|
|
@@ -1062,6 +1167,13 @@
|
|
|
1062
1167
|
|
|
1063
1168
|
</li>
|
|
1064
1169
|
|
|
1170
|
+
<li>
|
|
1171
|
+
<span class='object_link'><a href="Brut/TUI/Themes/Light.html" title="Brut::TUI::Themes::Light (class)">Light</a></span>
|
|
1172
|
+
|
|
1173
|
+
<small>(Brut::TUI::Themes)</small>
|
|
1174
|
+
|
|
1175
|
+
</li>
|
|
1176
|
+
|
|
1065
1177
|
<li>
|
|
1066
1178
|
<span class='object_link'><a href="Brut/FrontEnd/Components/LocaleDetection.html" title="Brut::FrontEnd::Components::LocaleDetection (class)">LocaleDetection</a></span>
|
|
1067
1179
|
|
|
@@ -1090,6 +1202,13 @@
|
|
|
1090
1202
|
|
|
1091
1203
|
</li>
|
|
1092
1204
|
|
|
1205
|
+
<li>
|
|
1206
|
+
<span class='object_link'><a href="Brut/TUI/Script/LoggingSubscriber.html" title="Brut::TUI::Script::LoggingSubscriber (class)">LoggingSubscriber</a></span>
|
|
1207
|
+
|
|
1208
|
+
<small>(Brut::TUI::Script)</small>
|
|
1209
|
+
|
|
1210
|
+
</li>
|
|
1211
|
+
|
|
1093
1212
|
</ul>
|
|
1094
1213
|
</ul>
|
|
1095
1214
|
|
|
@@ -1105,6 +1224,13 @@
|
|
|
1105
1224
|
|
|
1106
1225
|
</li>
|
|
1107
1226
|
|
|
1227
|
+
<li>
|
|
1228
|
+
<span class='object_link'><a href="Brut/TUI/MarkupString.html" title="Brut::TUI::MarkupString (class)">MarkupString</a></span>
|
|
1229
|
+
|
|
1230
|
+
<small>(Brut::TUI)</small>
|
|
1231
|
+
|
|
1232
|
+
</li>
|
|
1233
|
+
|
|
1108
1234
|
<li>
|
|
1109
1235
|
<span class='object_link'><a href="Brut/SpecSupport/Matchers.html" title="Brut::SpecSupport::Matchers (module)">Matchers</a></span>
|
|
1110
1236
|
|
|
@@ -1112,6 +1238,13 @@
|
|
|
1112
1238
|
|
|
1113
1239
|
</li>
|
|
1114
1240
|
|
|
1241
|
+
<li>
|
|
1242
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/Message.html" title="Brut::TUI::Script::Events::Message (class)">Message</a></span>
|
|
1243
|
+
|
|
1244
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1245
|
+
|
|
1246
|
+
</li>
|
|
1247
|
+
|
|
1115
1248
|
<li>
|
|
1116
1249
|
<span class='object_link'><a href="Brut/Instrumentation/Methods.html" title="Brut::Instrumentation::Methods (module)">Methods</a></span>
|
|
1117
1250
|
|
|
@@ -1203,6 +1336,13 @@
|
|
|
1203
1336
|
|
|
1204
1337
|
</li>
|
|
1205
1338
|
|
|
1339
|
+
<li>
|
|
1340
|
+
<span class='object_link'><a href="Brut/TUI/AnsiEscapeCode/Mod.html" title="Brut::TUI::AnsiEscapeCode::Mod (module)">Mod</a></span>
|
|
1341
|
+
|
|
1342
|
+
<small>(Brut::TUI::AnsiEscapeCode)</small>
|
|
1343
|
+
|
|
1344
|
+
</li>
|
|
1345
|
+
|
|
1206
1346
|
<li>
|
|
1207
1347
|
<span class='object_link'><a href="ModuleName.html" title="ModuleName (class)">ModuleName</a></span>
|
|
1208
1348
|
|
|
@@ -1230,6 +1370,13 @@
|
|
|
1230
1370
|
|
|
1231
1371
|
</li>
|
|
1232
1372
|
|
|
1373
|
+
<li>
|
|
1374
|
+
<span class='object_link'><a href="Brut/TUI/Themes/None.html" title="Brut::TUI::Themes::None (class)">None</a></span>
|
|
1375
|
+
|
|
1376
|
+
<small>(Brut::TUI::Themes)</small>
|
|
1377
|
+
|
|
1378
|
+
</li>
|
|
1379
|
+
|
|
1233
1380
|
<li>
|
|
1234
1381
|
<span class='object_link'><a href="Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html" title="Brut::Instrumentation::OpenTelemetry::NormalizedAttributes (class)">NormalizedAttributes</a></span>
|
|
1235
1382
|
|
|
@@ -1337,6 +1484,20 @@
|
|
|
1337
1484
|
|
|
1338
1485
|
</li>
|
|
1339
1486
|
|
|
1487
|
+
<li>
|
|
1488
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/PhaseCompleted.html" title="Brut::TUI::Script::Events::PhaseCompleted (class)">PhaseCompleted</a></span>
|
|
1489
|
+
|
|
1490
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1491
|
+
|
|
1492
|
+
</li>
|
|
1493
|
+
|
|
1494
|
+
<li>
|
|
1495
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/PhaseStarted.html" title="Brut::TUI::Script::Events::PhaseStarted (class)">PhaseStarted</a></span>
|
|
1496
|
+
|
|
1497
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1498
|
+
|
|
1499
|
+
</li>
|
|
1500
|
+
|
|
1340
1501
|
<li>
|
|
1341
1502
|
<span class='object_link'><a href="Sequel/Plugins.html" title="Sequel::Plugins (module)">Plugins</a></span>
|
|
1342
1503
|
|
|
@@ -1351,6 +1512,13 @@
|
|
|
1351
1512
|
|
|
1352
1513
|
</li>
|
|
1353
1514
|
|
|
1515
|
+
<li>
|
|
1516
|
+
<span class='object_link'><a href="Brut/TUI/Script/PutsSubscriber.html" title="Brut::TUI::Script::PutsSubscriber (class)">PutsSubscriber</a></span>
|
|
1517
|
+
|
|
1518
|
+
<small>(Brut::TUI::Script)</small>
|
|
1519
|
+
|
|
1520
|
+
</li>
|
|
1521
|
+
|
|
1354
1522
|
</ul>
|
|
1355
1523
|
</ul>
|
|
1356
1524
|
|
|
@@ -1508,6 +1676,27 @@
|
|
|
1508
1676
|
|
|
1509
1677
|
</li>
|
|
1510
1678
|
|
|
1679
|
+
<li>
|
|
1680
|
+
<span class='object_link'><a href="Brut/TUI/Script.html" title="Brut::TUI::Script (class)">Script</a></span>
|
|
1681
|
+
|
|
1682
|
+
<small>(Brut::TUI)</small>
|
|
1683
|
+
|
|
1684
|
+
</li>
|
|
1685
|
+
|
|
1686
|
+
<li>
|
|
1687
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/ScriptCompleted.html" title="Brut::TUI::Script::Events::ScriptCompleted (class)">ScriptCompleted</a></span>
|
|
1688
|
+
|
|
1689
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1690
|
+
|
|
1691
|
+
</li>
|
|
1692
|
+
|
|
1693
|
+
<li>
|
|
1694
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/ScriptStarted.html" title="Brut::TUI::Script::Events::ScriptStarted (class)">ScriptStarted</a></span>
|
|
1695
|
+
|
|
1696
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1697
|
+
|
|
1698
|
+
</li>
|
|
1699
|
+
|
|
1511
1700
|
<li>
|
|
1512
1701
|
<span class='object_link'><a href="Brut/CLI/Apps/DB/Seed.html" title="Brut::CLI::Apps::DB::Seed (class)">Seed</a></span>
|
|
1513
1702
|
|
|
@@ -1611,6 +1800,27 @@
|
|
|
1611
1800
|
|
|
1612
1801
|
</li>
|
|
1613
1802
|
|
|
1803
|
+
<li>
|
|
1804
|
+
<span class='object_link'><a href="Brut/TUI/Script/Step.html" title="Brut::TUI::Script::Step (class)">Step</a></span>
|
|
1805
|
+
|
|
1806
|
+
<small>(Brut::TUI::Script)</small>
|
|
1807
|
+
|
|
1808
|
+
</li>
|
|
1809
|
+
|
|
1810
|
+
<li>
|
|
1811
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/StepCompleted.html" title="Brut::TUI::Script::Events::StepCompleted (class)">StepCompleted</a></span>
|
|
1812
|
+
|
|
1813
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1814
|
+
|
|
1815
|
+
</li>
|
|
1816
|
+
|
|
1817
|
+
<li>
|
|
1818
|
+
<span class='object_link'><a href="Brut/TUI/Script/Events/StepStarted.html" title="Brut::TUI::Script::Events::StepStarted (class)">StepStarted</a></span>
|
|
1819
|
+
|
|
1820
|
+
<small>(Brut::TUI::Script::Events)</small>
|
|
1821
|
+
|
|
1822
|
+
</li>
|
|
1823
|
+
|
|
1614
1824
|
<li>
|
|
1615
1825
|
<span class='object_link'><a href="Brut/CLI/SystemExecError.html" title="Brut::CLI::SystemExecError (class)">SystemExecError</a></span>
|
|
1616
1826
|
|
|
@@ -1626,6 +1836,27 @@
|
|
|
1626
1836
|
<li class="letter">T</li>
|
|
1627
1837
|
<ul>
|
|
1628
1838
|
|
|
1839
|
+
<li>
|
|
1840
|
+
<span class='object_link'><a href="Brut/TUI.html" title="Brut::TUI (module)">TUI</a></span>
|
|
1841
|
+
|
|
1842
|
+
<small>(Brut)</small>
|
|
1843
|
+
|
|
1844
|
+
</li>
|
|
1845
|
+
|
|
1846
|
+
<li>
|
|
1847
|
+
<span class='object_link'><a href="Brut/TUI/Terminal.html" title="Brut::TUI::Terminal (class)">Terminal</a></span>
|
|
1848
|
+
|
|
1849
|
+
<small>(Brut::TUI)</small>
|
|
1850
|
+
|
|
1851
|
+
</li>
|
|
1852
|
+
|
|
1853
|
+
<li>
|
|
1854
|
+
<span class='object_link'><a href="Brut/TUI/TerminalTheme.html" title="Brut::TUI::TerminalTheme (class)">TerminalTheme</a></span>
|
|
1855
|
+
|
|
1856
|
+
<small>(Brut::TUI)</small>
|
|
1857
|
+
|
|
1858
|
+
</li>
|
|
1859
|
+
|
|
1629
1860
|
<li>
|
|
1630
1861
|
<span class='object_link'><a href="Brut/CLI/Apps/Test.html" title="Brut::CLI::Apps::Test (class)">Test</a></span>
|
|
1631
1862
|
|
|
@@ -1647,6 +1878,20 @@
|
|
|
1647
1878
|
|
|
1648
1879
|
</li>
|
|
1649
1880
|
|
|
1881
|
+
<li>
|
|
1882
|
+
<span class='object_link'><a href="Brut/TUI/Themes.html" title="Brut::TUI::Themes (module)">Themes</a></span>
|
|
1883
|
+
|
|
1884
|
+
<small>(Brut::TUI)</small>
|
|
1885
|
+
|
|
1886
|
+
</li>
|
|
1887
|
+
|
|
1888
|
+
<li>
|
|
1889
|
+
<span class='object_link'><a href="Brut/TUI/Events/Tick.html" title="Brut::TUI::Events::Tick (class)">Tick</a></span>
|
|
1890
|
+
|
|
1891
|
+
<small>(Brut::TUI::Events)</small>
|
|
1892
|
+
|
|
1893
|
+
</li>
|
|
1894
|
+
|
|
1650
1895
|
<li>
|
|
1651
1896
|
<span class='object_link'><a href="Brut/FrontEnd/Forms/Input/TimeOfDay.html" title="Brut::FrontEnd::Forms::Input::TimeOfDay (class)">TimeOfDay</a></span>
|
|
1652
1897
|
|
|
@@ -1709,9 +1954,9 @@
|
|
|
1709
1954
|
</div>
|
|
1710
1955
|
|
|
1711
1956
|
<div id="footer">
|
|
1712
|
-
Generated on
|
|
1957
|
+
Generated on Sun Nov 30 20:50:11 2025 by
|
|
1713
1958
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1714
|
-
0.9.37 (ruby-3.4.
|
|
1959
|
+
0.9.37 (ruby-3.4.6).
|
|
1715
1960
|
</div>
|
|
1716
1961
|
|
|
1717
1962
|
</div>
|