/ruby-dev

Ruby devcontainer and gitpod setup with node and Postgres

Primary LanguageDockerfileMIT LicenseMIT

Basic Ruby developer environment template

This is a basic Ruby developer environment with Rails installed and access to Postgres. It's designed to either run as a Devcontainer or on GitPod

To Use

  1. Click the "Use this template" button
  2. Click the "Create repository from template" button
  3. Select the account to own the repository
  4. Give your repository a name

Features

  • Vscode Ruby development extensions
  • RVM and NVM
  • Postgres database server
  • Postgres client

Requirements

  • Assume you're using VSCode
  • For the devcontainer
    • Either use codespaces or docker locally
  • Gitpod
    • Open on gitpod.io

Basic Rails API Application

  • Create a new Rails API application
    • rails new test-api --api