This repo is an overlay that bootstraps a fresh Rails app automatically in GitHub Codespaces.
- Click the URL: https://github.com/new?template_owner=GovPossible&template_name=ror_codespace_template
- Name and setup your repo.
- Click Code → Create codespace.
- Wait for setup. The container will run
script/init_rails.shto generate a Rails app in-place if missing.
- Run
bin\devin terminal - Edit files, commit, push. Connect Render and enable auto-deploy with
render.yaml.
- In Render, create a new Web Service from your repo, add
RAILS_MASTER_KEY, and deploy.