Website and backend of Re-Volt America

# Revishun kitteh Dezkripshun WHEN
22 60591a1 BGM
Update Procfile.dev
28 days ago
23 f3838a9 BGM
Update Procfile.dev to include Sidekiq
29 days ago
24 e029807 BGM
Show Session ID to link to Session models in admin panel
about 1 month ago
25 9bffb9d BGM
Update deploy pipeline
about 1 month ago
26 ad2b522 BGM
Fix uninitialized constant Sidekiq error
about 1 month ago
27 2a1ca5f BGM
Add a proper administration panel and background jobs for session

uploads

about 1 month ago
28 f558f41 BGM
Update MongoDB to version 7.0
about 1 month ago
29 b09070e BGM
Add missing database and collection for tournaments
about 1 month ago
30 899bd50 BGM
Update creation forms for car and track models
about 1 month ago
31 447bd32 GitHub
Refactor session associations (#187) * Refactor session associations *

2 - Results are recomputed on every page view - persist session results and remove per-request recomputation

  • Make persisted session results structured and BSON-safe (magic-index array)

  • Problem #3 Commit + Overview

Added typed structured results object and serializer

Session show now reads typed persisted data, hydrates fallback once if needed, and no longer drives the page from @rva_results

Singles table no longer uses magic numeric result indexes

Teams table no longer uses magic numeric result indexes

Meta helpers now read typed rows (not array slots)

Persisted results are now structured has data (BSON-safe), including import and backfill.

  • Commit files

  • Fix a few errors/bugs

  • fix: update session_refs.rake and correct session results table rendering and entity links

  • Show racer/team name only on the positions row, not the cars row.
  • Render session date as a date instead of a BSON datetime round-trip.
  • Restore user profile links; show a “no account yet” hint on hover for players without a linked account.
  • Make team tags link to team pages.
  • Resolve users/teams via indexed queries instead of full-collection scans so their IDs persist in results_data.

  • modify Session model relationship with hosts and be more strict when filtering models by Season

  • improve season-specific navigation

  • session_refs.rake: add simple logging and prevent cursor time outs

  • add admin menus to create individual cars and tracks

  • dev_reports.rake: initial upload

  • session_refs.rake: add missing progress log indicators

Co-authored-by: Jourer [email protected]

about 1 month ago
32 8a87c1b BGM
Make docker compose's logs plain from deploy.sh
3 months ago
33 68f810c BGM
Update deployment pipeline
3 months ago
34 13e0964 BGM
Pin project name for docker compose
3 months ago
35 ff1217e GitHub
feature: add active field (#186) * Seasons: make hero CTAs responsive

to prevent mobile overlap

  • Seasons: improve stacked CTA spacing without stretching desktop buttons

  • Stack CTA buttons fix

  • Add active field to Car and Track models for soft deletion (#182)

  • Add rake tasks rva:set_active_cars and rva:set_active_tracks (db consistency)

  • Remove pr_body.md

3 months ago
36 c65bf9a GitHub
Seasons: Make CTAs responsive on mobile (#185) * Seasons: make hero

CTAs responsive to prevent mobile overlap

  • Seasons: improve stacked CTA spacing without stretching desktop buttons

  • Stack CTA buttons fix

3 months ago
37 31539d0 BGM
Update addressable gem - CVE-2026-42246
3 months ago
38 1ea7a24 BGM
Update net-imap to address CVE-2026-42246
3 months ago
39 c906dc1 BGM
Update rack and rack-session to address CVE-2026-39324
3 months ago
40 aaa6d30 BGM
Add restart policy to Docker
3 months ago
41 34a5d44 BGM
Fix flimsy relative paths to environment variables
3 months ago