Set up the Rails application foundation #1
Reference in New Issue
Block a user
Delete Branch "setup/rails-foundation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Establishes the Rails 8 application foundation for the Characterization Tool for Git Workflows.
--skip).docker-compose.yml(postgres:17);config/database.ymlconnects through env vars with localhost defaults.Pages#homeroot page.gitea-cliproject skill added.Test plan
bin/rails db:create/db:migrate/db:reset/upand/return 200)bundle exec rspec— 1 example, 0 failuresbin/ci— all steps green (Setup, Rubocop, Gem audit, Importmap audit, Brakeman)