Skip to content

Commit 0e489e1

Browse files
Merge pull request #2514 from madeline-underwood/ruby
Ruby_JA to sign off
2 parents 656b587 + 859ab93 commit 0e489e1

File tree

6 files changed

+259
-182
lines changed

6 files changed

+259
-182
lines changed

content/learning-paths/servers-and-cloud-computing/ruby-on-rails/_index.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
---
2-
title: Deploy Ruby on Rails on Google Cloud C4A (Arm-based Axion VMs)
3-
4-
draft: true
5-
cascade:
6-
draft: true
2+
title: Deploy Ruby on Rails on Arm-based Google Cloud C4A virtual machines
73

84
minutes_to_complete: 40
95

10-
who_is_this_for: This is an introductory topic intended for software developers deploying and optimizing Ruby on Rails workloads on Linux Arm64 environments, specifically using Google Cloud C4A virtual machines powered by Axion processors.
6+
who_is_this_for: This is an introductory topic for developers deploying and optimizing Ruby on Rails workloads in Linux Arm64 environments, specifically using Google Cloud C4A virtual machines powered by Axion processors.
117

128
learning_objectives:
13-
- Provision an Arm-based SUSE SLES virtual machine on Google Cloud (C4A with Axion processors)
14-
- Install Ruby/Rails on a SUSE Arm64 (C4A) instance
9+
- Provision an Arm-based SUSE SLES (SUSE Linux Enterprise Server) virtual machine on Google Cloud (C4A with Axion processors)
10+
- Install Ruby on Rails on a SUSE Arm64 (C4A) instance
1511
- Validate Ruby on Rails functionality using PostgreSQL as the database
1612
- Benchmark Rails performance using the built-in Ruby Benchmark library on Arm64 (Aarch64) architecture
1713

1814

1915
prerequisites:
2016
- A [Google Cloud Platform (GCP)](https://cloud.google.com/free) account with billing enabled
21-
- Basic familiarity with Ruby programming, the Rails framework, and [relational databases](https://www.postgresql.org/)
17+
- Basic familiarity with Ruby programming, the Rails framework, and the [PostgreSQL Relational Database](https://www.postgresql.org/)
2218

2319
author: Pareena Verma
2420

25-
##### Tags
21+
### Tags
2622
skilllevels: Introductory
2723
subjects: Web
2824
cloud_service_providers: Google Cloud
Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
---
2-
title: Getting started with Ruby/Rails on Google Axion C4A (Arm Neoverse-V2)
2+
title: Get started with Ruby on Rails on Google Axion C4A
33

44
weight: 2
55

66
layout: "learningpathall"
77
---
88

9-
## Google Axion C4A Arm instances in Google Cloud
9+
## Learn about Google Axion C4A Arm instances in Google Cloud
1010

11-
Google Axion C4A is a family of Arm-based virtual machines built on Googles custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications.
11+
Google Axion C4A is a family of Arm-based virtual machines built on Google's custom Axion CPU, which is based on Arm Neoverse-V2 cores. Designed for high-performance and energy-efficient computing, these virtual machines offer strong performance for modern cloud workloads such as CI/CD pipelines, microservices, media processing, and general-purpose applications.
1212

1313
The C4A series provides a cost-effective alternative to x86 virtual machines while leveraging the scalability and performance benefits of the Arm architecture in Google Cloud.
1414

1515
To learn more about Google Axion, refer to the [Introducing Google Axion Processors, our new Arm-based CPUs](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) blog.
1616

17-
## Ruby on Rails
17+
## Learn about Ruby on Rails
1818

1919
Ruby on Rails (Rails) is an open-source, server-side web application framework written in Ruby.
2020

2121
It allows developers to build database-backed web applications quickly using convention over configuration, MVC (Model-View-Controller) architecture, and built-in tools for routing, database migrations, and view rendering.
2222

23-
Rails is widely used for web applications, APIs, and full-stack development projects. Learn more from the [Ruby on Rails official website](https://rubyonrails.org/) and its [guides and documentation](https://guides.rubyonrails.org/).
23+
Rails is widely used for web applications, APIs, and full-stack development projects. Learn more from the [Ruby on Rails official website](https://rubyonrails.org/) and the [Ruby on Rails Guides](https://guides.rubyonrails.org/).
24+
25+
## What you've accomplished and what's next
26+
27+
Understanding these technologies sets the stage for deploying and optimizing Rails workloads on Arm-based cloud infrastructure. Now that you have the foundational context, you’re ready to set up your development environment and begin working with Ruby on Rails on Google Axion C4A instances.
28+
29+
In the next section, you’ll install the required tools and configure your environment to run Rails applications on Arm-based Google Cloud VMs. This hands-on setup will help you build, test, and deploy Rails projects efficiently on Arm architecture.
30+
31+
Continue to the installation steps to get started.
32+

0 commit comments

Comments
 (0)