1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Your Name
0326d87261 Migrated from Sprockets to Propshaft. 2025-05-16 17:14:05 -04:00
ed7186e5ce Moved the tournament navbar to the bottom of the page and made site responsive. Fixed puma solid queue in development. Added a note about clobbering assets in the README. Fixed the ad blocker check due to turbolinks it had to be idempotent. Added migrations for all dbs in the rails-dev-db-create.sh script. 2025-04-16 16:19:29 -04:00
6e61a7245a Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to. 2025-04-15 16:16:44 -04:00
2d433b680a Upgraded to rails 8.0.2, moved from dalli to solid cache, moved from delayed_job to solid queue, and add solid cable. deploy/rails-dev-run.sh no longer needs to chmod. Fixed finished_at callback for matches. Migrated from Devise to built in rails auth. Added view tests for the bracket page testing that all bout numbers render for all matches in each bracket type. 2025-04-08 17:54:42 -04:00
010d9a5f6b Added all_results page to tournaments 2025-03-11 12:32:18 -04:00
63b91f7ddd Added rvm info to the README 2025-01-27 09:10:23 -05:00
b5150a3a37 Added a rake task that randomly selects winners for tournament 204 from seeded tournaments. 2025-01-07 08:19:21 -05:00
e46180e9ea Updated to rails 7.1 and ruby 3.1.4 2024-03-14 14:09:09 -04:00
d675337d7a Updated gems 2022-12-21 22:04:44 +00:00
05acebbf5b Updated passenger pools for test deploy and moved workers to statefulsets in production 2022-08-15 23:26:44 +00:00
d42b683f67 Added a sort by bout number for assign_next_match 2022-01-19 03:28:16 +00:00
7ee8abe81a Updated db seeding for all tournament types 2021-11-08 22:42:16 +00:00
cb5f0e28ae Fixed the CI links on README 2021-08-20 20:29:35 +00:00
e1cba865b0 Added influxdb to wrestlingdev 2021-04-01 19:52:18 +00:00
e43f3253d4 Updated README for new versions of rails and ruby 2021-02-12 12:54:00 +00:00
4522113396 Added status badge for circleci and removed travisci config 2020-11-10 15:44:51 -05:00
e37281771d Added email address variable 2019-12-31 07:52:31 -05:00
6ced3c6797 Fix typo in README 2019-11-20 10:45:48 -05:00
9f37946ba1 Changed README to md, deleted unused scripts, and sured up deploy files 2019-11-20 10:27:49 -05:00