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

29 Commits

Author SHA1 Message Date
2767274066 Added queues for mats and provided a way for tournament directors to move matches to a mat. 2026-02-03 17:50:52 -05:00
3e4317dbc5 Using action cable to send stats updates to the client and made a spectate page. 2025-04-21 17:12:54 -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
5114ed7b08 Added a finished_at column on matches, created a callback to updated that only if finished changes and is 1, and display that on the match stats page. 2025-01-22 17:01:06 -05:00
60814fdd94 Added a next bout number to the mat show page on the match stats 2025-01-20 11:41:07 -05:00
371b44977f Redirect errors on match#stat back to match#stat 2023-01-09 19:27:31 -05:00
994fc18365 Added overtime_type to matches 2022-09-13 14:42:40 +00:00
907a2eadef Fixed bug on matchstats where p2 was out of line and time_ago_in_words wasn't working 2022-04-29 11:09:22 +00:00
58d088907a Allow nil when modifiying match wrestlers, allow nil when stating a match, fixed tournament navbar on wrestler edit, fixed tournament navbar on edit match wrestlers 2022-01-24 21:54:50 +00:00
d42b683f67 Added a sort by bout number for assign_next_match 2022-01-19 03:28:16 +00:00
d4dedfb3bd Added an edit wrestlers page for matches 2020-01-14 12:46:02 -05:00
6073d9c331 Fixed matches show page 2019-01-23 20:16:48 +00:00
b001445090 Fixed redirect for match editing and added controller tests. Added wrestler school name to match edit form. Added authorization tests to all matches page. 2019-01-23 19:35:19 +00:00
bb8ec92bf0 Added a default redirect when updating a match 2019-01-23 18:38:14 +00:00
19f10ec80b Matche edit and mat show redirect properly 2019-01-23 16:04:51 +00:00
e48d473807 Revert "Eager load users and delegates for tournaments, eager load delegates and tournament for schools"
This reverts commit 911faceb7c.

Permissions to edit a wrestler are not working in production.
2016-01-22 13:21:13 +00:00
911faceb7c Eager load users and delegates for tournaments, eager load delegates and tournament for schools 2016-01-20 20:37:15 +00:00
f46029efaf Added logic to delegate tournament access 2016-01-06 18:38:02 +00:00
633c762b2e Added all matches page and edit matches page 2015-12-31 20:07:14 +00:00
c9ff63548b Fixed check_access bug 2015-12-31 01:56:10 +00:00
b334c1fad3 Redirect back to mat when match is saved 2015-12-03 13:10:03 +00:00
a38c959d0c Cleaning up views and controllers 2015-11-04 07:10:20 -05:00
d1437a56af Added tests for matches controller 2015-10-29 07:53:47 -04:00
b539a769c2 removed controller actions and views not needed 2015-10-27 08:03:16 -04:00
d18e729012 Finished setting owner for tournamenr and protecting paths 2015-10-26 16:31:45 -04:00
ad9ea9dc42 First crack at setting an owner for the tournament 2015-10-23 08:53:29 -04:00
052eb1dd95 Updated views for matches 2015-09-11 13:19:45 -04:00
Jacob Cody Wimer
c5a7bc3815 A ton of stuff was done to finalize the app for use 2014-01-25 05:28:42 -05:00
Jacob Cody Wimer
7f8718af35 Added matches scaffold and ascended views of weights and schools 2014-01-24 15:16:33 -05:00