Skip to content

Commit 92dcfd0

Browse files
authored
add ruby docs (#1067)
* add ruby docs Signed-off-by: pyranota <[email protected]> * add release version Signed-off-by: pyranota <[email protected]> * fix broken link Signed-off-by: pyranota <[email protected]> * cleanup Signed-off-by: pyranota <[email protected]> --------- Signed-off-by: pyranota <[email protected]>
1 parent 41ae045 commit 92dcfd0

File tree

12 files changed

+444
-1
lines changed

12 files changed

+444
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
slug: ruby-support
3+
version: v1.527.0
4+
title: Ruby support
5+
tags: ['Ruby', 'Script editor']
6+
video: ./videos/ruby.mp4
7+
description: Windmill now supports Ruby scripts with bundler-compatible dependency management.
8+
features:
9+
[
10+
'Write your Windmill script in Ruby.',
11+
'Flexible and simple syntax.',
12+
'Fast dependency installer with caching.',
13+
'Bundler-compatible gemfile syntax for dependency management.',
14+
'Private gem repository support.',
15+
]
16+
docs: /docs/getting_started/scripts_quickstart/ruby
17+
---

docs/core_concepts/9_worker_groups/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ The tags of _default_ worker group are:
131131
- `csharp`: The default worker group for [C#](../../getting_started/0_scripts_quickstart/11_csharp_quickstart/index.mdx) scripts.
132132
- `java`: The default worker group for [Java](../../getting_started/0_scripts_quickstart/13_java_quickstart/index.mdx) scripts.
133133
- `nu`: The default worker group for [Nu scripts](../../getting_started/0_scripts_quickstart/4_bash_quickstart/index.mdx#nu).
134+
- `ruby`: The default worker group for [Ruby](../../getting_started/0_scripts_quickstart/14_ruby_quickstart/index.mdx) scripts.
134135
- `other`: Everything else (other than the [native](#native-worker-group) tags).
135136

136137
#### Native worker group
560 KB
Loading

0 commit comments

Comments
 (0)