https://github.com/trailblazer/trailblazer-pro
Integrations for the BPMN editor.
https://github.com/trailblazer/trailblazer-pro
Last synced: 8 months ago
JSON representation
Integrations for the BPMN editor.
- Host: GitHub
- URL: https://github.com/trailblazer/trailblazer-pro
- Owner: trailblazer
- Created: 2022-02-17T15:38:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T08:47:38.000Z (over 1 year ago)
- Last Synced: 2024-05-28T23:11:08.673Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Trailblazer::Pro
A library to communicate with the TRAILBLAZER PRO platform.
* Push local traces to us, and analyze using the online debugger.
* Export diagrams from the PRO editor to use with the `trailblazer-workflow` gem.
## Installation
Add this line to your application's Gemfile:
```ruby
gem "trailblazer-pro"
```
## Rails support
Check out the [Rails support docs](https://trailblazer.to/2.1/docs/pro) of `trailblazer-pro-rails` if you want to start web-debugging right away.
## Trace
Retrieve you API key from https://pro.trailblazer.to/settings.
It will be something like `tpka_f5c698e2_d1ac_48fa_b59f_70e9ab100604`.
## Internals
### Testing
Either run against our hosted https://test-pro-rails-jwt.onrender.com TRB PRO host, or locally. This is currently set in `test/test_helper.rb`.
* `test/no_extend` Tests an environment where no monkey-patches happened, and if, only on anonymous classes.
### Notes
* With `endpoint`, monkey-patching might become obsolete, since we can inject {:present_options} transparently.