This website requires JavaScript.
Explore
Help
Sign In
cody
/
wrestlingdev.com
Watch
1
Star
0
Fork
0
You've already forked wrestlingdev.com
mirror of
https://github.com/jcwimer/wrestlingApp
synced
2026-03-25 01:14:43 +00:00
Code
Issues
Releases
Wiki
Activity
Files
dependabot/bundler/loofah-2.25.1
Add File
New File
Upload File
Apply Patch
wrestlingdev.com
/
app
/
jobs
History
Jacob Cody Wimer
fe9a9c628c
Fix arguements for the tournament backup and import jobs
2026-01-22 16:59:44 -05:00
..
advance_wrestler_job.rb
Job concurrency per tournament is 1 so we don't have to scale too much on active queue. Pages no longer refresh automatically after navigating away from the bout board. Tournament backups are no longer deleted when restoring from a backup. Cloudflare is blocking manual backup imports so I have deleted that form on the backups page.
2026-01-16 18:21:17 -05:00
application_job.rb
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
calculate_school_score_job.rb
Job concurrency per tournament is 1 so we don't have to scale too much on active queue. Pages no longer refresh automatically after navigating away from the bout board. Tournament backups are no longer deleted when restoring from a backup. Cloudflare is blocking manual backup imports so I have deleted that form on the backups page.
2026-01-16 18:21:17 -05:00
generate_tournament_matches_job.rb
Job concurrency per tournament is 1 so we don't have to scale too much on active queue. Pages no longer refresh automatically after navigating away from the bout board. Tournament backups are no longer deleted when restoring from a backup. Cloudflare is blocking manual backup imports so I have deleted that form on the backups page.
2026-01-16 18:21:17 -05:00
tournament_backup_job.rb
Fix arguements for the tournament backup and import jobs
2026-01-22 16:59:44 -05:00
tournament_cleanup_job.rb
Fixed the save seeds button on weights#show to work on mobile. Fixed the trashcan and edit icons on tournaments#show schools#show and weights#show to work on mobile. Destroy all tournament backups on tournament cleanup. Added bracket position to bout board.
2026-01-13 17:02:59 -05:00
wrestlingdev_import_job.rb
Fix arguements for the tournament backup and import jobs
2026-01-22 16:59:44 -05:00