Skip to content

Instantly share code, notes, and snippets.

View krishnadiamesso's full-sized avatar

Krishna Diamesso krishnadiamesso

  • Toronto, Canada
View GitHub Profile
@krishnadiamesso
krishnadiamesso / gcp_docker_rails.md
Created February 27, 2023 09:20 — forked from iEv0lv3/gcp_docker_rails.md
GCP Cloud Run :: Docker :: Rails

Google Cloud Platform (GCP) :: Docker :: Rails

This guide covers deploying a Docker image of a Rails and PostgreSQL application on Google Cloud Platform using Cloud Build, Container Registry, Cloud Key Management Service, Cloud Run, Cloud SQL, and Cloud Store. The following section provides links to a detailed guide created by a Google Developer Advocate which was the base for my build, but needed to be adjusted.

Cloud Run + Rails + PostgreSQL Guide

Google Cloud Run on Rails: a real life example Part 1

Google Cloud Run on Rails: a real life example Part 2

Google Cloud Run on Rails: a real life example Part 3

@krishnadiamesso
krishnadiamesso / Capybara.md
Created May 14, 2023 12:44 — forked from tomas-stefano/Capybara.md
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above