This repo is a simple way to create your new Rails app without the need to install anything locally. It is a simple .devcontainer setup with the latest ruby and rails version.
- Create your new project's repo
- Create a codespace from this repo
- Authorize the permission to write on your repositories when prompted
- run your
rails new [PROJECT_NAME] [OPTIONS]
command - Enter your project folder with
cd [PROJECT_NAME]
- Push your project to your origin repo
- Delete this codespace
- Create a codespace on your new origin repo for the Rails project
- Start working :)