Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trailblazer-pro-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trailblazer-pro-rails

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Trailblazer::Pro::Rails

Installation

In your Rails' Gemfile.

gem "trailblazer-pro-rails"

Usage

  1. Get your API key from https://pro.trailblazer.to/settings

  2. Run our generator and enter your API key.

    $ rails g trailblazer:pro:install
    
    
  3. Run your operation via #WTF?.

    result = API::V1::Diagram::Operation::Update.WTF?(params: params)
    
  4. Click the [TRB PRO] link in your terminal and start debugging.

Our web debugger in action.

Note: we're currently playing with various invocation styles and at some point you might not even have to use Operation.wtf? anymore.

Testing

Currently, from the top directory, you need to run

$ rake test_1

This will test the generator on a new Rails app in isolation.

$ rake test_2

Tests if wtf? works without any PRO configuration, but PRO is added.

Architecture

  • One Gemfile for all scenarios on test/dummies

FAQs

Package last updated on 22 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc