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

190 Commits

Author SHA1 Message Date
983cc9c667 Added memcached and set up cached items for up_matches page 2015-12-17 18:44:24 +00:00
41ca12c5d1 Added my tournaments page 2015-12-15 15:24:13 -05:00
68fe5e4f90 Updated views for wrestlers show page 2015-12-04 19:50:32 +00:00
c9125527d7 Fixed pooladvance and updated views for when tournament ends 2015-12-04 13:26:32 +00:00
b334c1fad3 Redirect back to mat when match is saved 2015-12-03 13:10:03 +00:00
0e5229f2a3 Created an about page 2015-11-20 12:41:11 +00:00
0ba25da89a Updating views 2015-11-18 13:11:47 +00:00
1aee738eb5 Record score in db and update when match is updated 2015-11-17 15:28:54 +00:00
633ae2eb01 Modified wrestler show to show matches and team points scored 2015-11-17 13:53:00 +00:00
598d0314ba Redirect mats#show to no_matches if no matches 2015-11-05 16:36:05 +00:00
5b497e9cf9 Added spot to control a match 2015-11-05 09:05:44 -05:00
7aad1ee429 Went through views to make sure navigation is correct and views look ok 2015-11-05 03:02:03 +00:00
4fae1c2896 Moved static pages actions to tournament where it made sense 2015-11-05 02:38:39 +00:00
f86a577c8b Moving pages to tournament from static_pages 2015-11-04 16:10:56 -05:00
a38c959d0c Cleaning up views and controllers 2015-11-04 07:10:20 -05:00
e79482fd07 including mats on tournament query 2015-11-02 11:36:15 -05:00
85dfadf8d2 Reducing queries on up_matches and brackets 2015-11-02 11:31:40 -05:00
364ee21e3f trying to speed up brackets page 2015-11-02 11:14:03 -05:00
c0760dfdf8 Trying to increase speed of up_matches 2015-11-02 10:55:41 -05:00
2dda49cd12 All protected routes are tested 2015-10-30 13:37:18 -04:00
4b78be8214 order up matches by bout_number 2015-10-30 11:28:03 -04:00
b7c360ff88 Limit to 10 upcoming matches on up_matches 2015-10-30 11:24:14 -04:00
685c71ade9 Test protecting controller paths 2015-10-30 07:51:35 -04:00
d1437a56af Added tests for matches controller 2015-10-29 07:53:47 -04:00
208b716e56 Cleaned school controller 2015-10-28 13:45:11 -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
3fea0b8a61 Forgot to change the controller action 2015-10-20 08:12:46 -04:00
2df576e93c eager load weight and school 2015-10-19 19:45:14 -04:00
052eb1dd95 Updated views for matches 2015-09-11 13:19:45 -04:00
ce2a7b28bc Created a weigh in page 2015-06-30 17:59:02 +00:00
5b17c49a20 Updated all links 2015-06-30 16:56:36 +00:00
0fddccf6f5 Cleaning up main tournament page and tournament controller 2015-06-30 13:43:09 +00:00
0fd3bd64fe Added a bout board 2015-06-19 15:25:01 +00:00
RJ Osborne
284439e2cf Removed upcomingMatches because matches are an A-R relation of Tournament 2015-05-28 00:25:14 -04:00
9d8e0850bc Refactored generating matches 2015-05-26 18:27:55 +00:00
81f233cb0e Added button to generate matches 2015-05-26 17:53:53 +00:00
e7bfad8df0 Auto creating of high school weights 2015-04-27 14:58:22 -04:00
19bd2ac8f8 Permit tournament_type in tournament controller. 2015-04-27 14:15:28 -04:00
61d1240f0b Fixed noMatches page. 2015-04-27 10:17:52 -04:00
525a2948de View for no matches 2015-04-27 09:57:08 -04:00
143c04b6f5 Fixed query for schools show view 2015-04-25 23:32:51 -04:00
42b46cb670 Removed some logic from view for faster rendering 2015-04-21 19:32:37 -04:00
2b1618c69b Cleaned up a bunch of shit. Depricated model methods and controller methods. 2015-04-15 13:42:12 +00:00
d0277e1ab8 Preliminary bracket print page 2015-03-30 19:11:47 +00:00
522798a2c4 Removed score from school table and added attr_accessor 2015-03-28 18:38:09 +00:00
7146c401cf Test 5 match rule for bracket size 5-16 2015-03-27 19:07:49 +00:00
a821c28cf7 Created one page for all pools 2015-03-27 16:33:09 +00:00
79f44d4600 Updated bracket views for all pool bracket types 2015-03-24 21:06:09 +00:00