From 8c341bedb111894de5e4dabaa0b468dcce103952 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Tue, 20 May 2025 10:17:20 -0700 Subject: [PATCH 1/2] Add a deployment validation YouTube video --- src/guides/deployment/index.erb | 5 +++++ src/guides/deployment/validate-server.erb | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/guides/deployment/validate-server.erb diff --git a/src/guides/deployment/index.erb b/src/guides/deployment/index.erb index 60d0b8b..5bc26ce 100644 --- a/src/guides/deployment/index.erb +++ b/src/guides/deployment/index.erb @@ -44,4 +44,9 @@ layout: page

Learn how to deploy OneBusAway on Render → +

+ +

Validate an OBA Server

+

+ Video Guide - This will demonstrate how we validate that the server is working correctly by ensuring that data is appearing as expected.

\ No newline at end of file diff --git a/src/guides/deployment/validate-server.erb b/src/guides/deployment/validate-server.erb new file mode 100644 index 0000000..fb4215d --- /dev/null +++ b/src/guides/deployment/validate-server.erb @@ -0,0 +1,10 @@ +--- +title: Validate an OBA Server +layout: page +--- + +

+ Once you have deployed OneBusAway, you can validate that the server is working correctly by ensuring that data is appearing as shown in the following video. +

+ + \ No newline at end of file From c33f652ca12db9d8e4d6b8eb3ff5ace9391f17b3 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Tue, 20 May 2025 10:17:26 -0700 Subject: [PATCH 2/2] Add the Ruby SDK --- src/api/sdk.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/sdk.erb b/src/api/sdk.erb index c207c92..03c08b7 100644 --- a/src/api/sdk.erb +++ b/src/api/sdk.erb @@ -41,5 +41,10 @@ title: Official SDKs Source Code Issue Tracker + + Ruby + Source Code + Issue Tracker +