3 Commits

Author SHA1 Message Date
ccb86fdcd6 Bump puma to 8.0.2 to fix CVE-2026-47736 and CVE-2026-47737
All checks were successful
CI / scan_ruby (pull_request) Successful in 37s
CI / scan_js (pull_request) Successful in 14s
CI / lint (pull_request) Successful in 19s
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 20s
bundler-audit (fresh advisory DB) flagged two High-severity PROXY
Protocol v1 vulnerabilities in puma 8.0.1. Update to 8.0.2 as advised.
2026-06-07 21:34:29 -03:00
1a1308e0fc Set up RSpec test framework
- Add rspec-rails to the development/test group
- Generate RSpec config (.rspec, spec_helper, rails_helper)
- Add home page request spec as a smoke test
- Stop ignoring .rspec so test config is tracked
2026-06-07 20:07:31 -03:00
6747d5ece7 Set up Rails 8 application foundation
- Generate Rails 8.1 app with PostgreSQL and TailwindCSS
- Add docker-compose.yml (postgres:17) for local database
- Configure database.yml to connect to Dockerized Postgres via env vars
- Add Pages#home root route, application layout, and navbar partial
2026-06-07 20:00:54 -03:00