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
- Click the "Use this template" button
- Click the "Create repository from template" button
- Select the account to own the repository
- Give your repository a name
- Vscode Ruby development extensions
- RVM and NVM
- Postgres database server
- Postgres client
- Assume you're using VSCode
- For the devcontainer
- Either use codespaces or docker locally
- Gitpod
- Open on gitpod.io
- Create a new Rails API application
rails new test-api --api