Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Off the Rails - alternatives in the wild

Off the Rails - alternatives in the wild

How you can design on top of Rails, alternatives frameworks to Rails (Hanami), or enhancements (Trailblazer)

Monica Giambitto

February 08, 2017
Tweet

More Decks by Monica Giambitto

Other Decks in Programming

Transcript

  1. TRAILBLAZER - OPERATION Orchestrator service object for business logic module

    BlogPost class Create < Trailblazer::Operation success :hello_world! step :how_are_you? success :enjoy_your_day! failure :tell_joke! # ... end end