Skip to content

add ruby docs #1067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions changelog/2025-08-12-ruby-support/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
slug: ruby-support
version: v1.XXX.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocked by main PR on windmill repo | the windmill version is placeholder until we know the release version with ruby

title: Ruby support
tags: ['Ruby', 'Script editor']
video: ./videos/ruby.mp4
description: Windmill now supports Ruby scripts with bundler-compatible dependency management.
features:
[
'Write your Windmill script in Ruby.',
'Flexible and simple syntax.',
'Fast dependency installer with caching.',
'Bundler-compatible gemfile syntax for dependency management.',
'Private gem repository support.',
]
docs: /docs/getting_started/scripts_quickstart/ruby
---
1 change: 1 addition & 0 deletions docs/core_concepts/9_worker_groups/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The tags of _default_ worker group are:
- `csharp`: The default worker group for [C#](../../getting_started/0_scripts_quickstart/11_csharp_quickstart/index.mdx) scripts.
- `java`: The default worker group for [Java](../../getting_started/0_scripts_quickstart/13_java_quickstart/index.mdx) scripts.
- `nu`: The default worker group for [Nu scripts](../../getting_started/0_scripts_quickstart/4_bash_quickstart/index.mdx#nu).
- `ruby`: The default worker group for [Ruby](../../getting_started/0_scripts_quickstart/ruby_quickstart/index.mdx) scripts.
- `other`: Everything else (other than the [native](#native-worker-group) tags).

#### Native worker group
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading