Registry / web-framework / trailblazer

trailblazer

JSON →
library2.1.3rbrubygemsunverified

Ruby framework for structuring business logic with operations, cells, and representers.

gem install trailblazer
INSTALL
IMPORT
SIG · TRAILBLAZER
T
trailblazer
web-frameworkrubyv2.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Trailblazer
✓ require 'trailblazer'

Defines and runs a simple operation

require 'trailblazer' class MyOperation < Trailblazer::Operation step :process def process(ctx, **) ctx[:result] = 'done' end end MyOperation.call({})
Debug
Known issues
breakingBreaking changes between major versions (1.x vs 2.x)
fix
Consult upgrade guides when migrating between major versions
affects: >= 2.0.0
Upgrade
Version history
2.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
trailblazer — gem install trailblazer · libregistry