You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to remove keywords (just for consistency with where we are going), fix some code blocks, and cross link in the feature guides to the quickstart at the end
Copy file name to clipboardExpand all lines: docs/develop/ruby/activities/standalone-activities.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,8 +196,9 @@ temporal activity count
196
196
197
197
## Run Standalone Activities with Temporal Cloud {/* #run-standalone-activities-temporal-cloud */}
198
198
199
-
The code samples on this page use [`Temporalio::EnvConfig::ClientConfig.load_client_connect_options`](https://ruby.temporal.io/Temporalio/EnvConfig/ClientConfig.html#load_client_connect_options-class_method),
200
-
so the same code works against Temporal Cloud — just configure the connection via environment
199
+
The Worker and Client code in the [Standalone Activities Quickstart](/develop/ruby/activities/standalone-activities-quickstart)
200
+
use [`Temporalio::EnvConfig::ClientConfig.load_client_connect_options`](https://ruby.temporal.io/Temporalio/EnvConfig/ClientConfig.html#load_client_connect_options-class_method),
201
+
so the same code works against Temporal Cloud — configure the connection via environment
201
202
variables or a TOML profile. No code changes are needed.
202
203
203
204
For a step-by-step guide on connecting to Temporal Cloud, including Namespace creation, certificate
0 commit comments