Skip to content

mariusandra/trailblazer-rails

 
 

Repository files navigation

Trailblazer::Rails

Trailblazer in your Rails controllers.

Gitter Chat TRB Newsletter Build Status Gem Version

Overview

trailblazer-rails helps you with the following.

  • Running operations in your controller actions.
  • Minimalistic integration tests ("smoke tests") to test controller/operation wiring.
  • Rendering cells instead of an ActionView in a controller action.

Please refer to the full documentation for more.

Installation

Add this line to your application's Gemfile:

gem 'trailblazer-rails'

Note that the 2.x version only runs with TRB >= 2.1.0.

Setting flags

  • config.trailblazer.use_loader = false to disable Trailblazer loader (default TRUE)
  • config.trailblazer.enable_tracing = true to enable tracing when using run (default FALSE)

License

The gem is available as open source under the terms of the MIT License.

About

Trailblazer in Rails.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.2%
  • HTML 1.8%