364ee21e3f
trying to speed up brackets page
2015-11-02 11:14:03 -05:00
3734258e6c
fixing match wrestler1 and wrestler2
2015-11-02 11:04:40 -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
777716f069
Edit users
2015-10-27 08:33:09 -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
d394918905
fixed position of ads
2015-10-20 13:42:30 -04:00
8dcffd6f31
Updated ad blocker message
2015-10-20 13:40:34 -04:00
c0c9920c6a
Updated ad blocker message
2015-10-20 13:34:54 -04:00
8109d44c8b
Still playing with right sidebar
2015-10-20 13:29:45 -04:00
38142698a1
Still playing with right sidebar
2015-10-20 13:25:54 -04:00
83de9b2627
Still playing with right sidebar
2015-10-20 13:23:17 -04:00
44cae2ee3f
Still playing with right sidebar
2015-10-20 13:20:08 -04:00
e5651aa01f
Still playing with right sidebar
2015-10-20 13:19:27 -04:00
0a2c0de0c4
Still playing with right sidebar
2015-10-20 13:16:44 -04:00
48284db694
span3 right sidebar
2015-10-20 13:13:45 -04:00
f968215375
Updated right sidebar
2015-10-20 13:10:48 -04:00
a9f6f53cb3
Ad blocker checker?
2015-10-20 13:00:22 -04:00
3fea0b8a61
Forgot to change the controller action
2015-10-20 08:12:46 -04:00
db0c6df1dc
New home page
2015-10-20 08:05:33 -04:00
11590166d2
Updated name to wrestlingdev
2015-10-20 07:50:36 -04:00
aec3702835
update bout board when matches end
2015-10-19 19:45:43 -04:00
2df576e93c
eager load weight and school
2015-10-19 19:45:14 -04:00
4b447b86f9
Added winner name for final line of brackets
2015-10-15 15:13:52 -04:00
386dc1605f
Finished pool advance logic still need tests
2015-10-14 17:58:28 -04:00
087c383996
Continuing pool bracket movements
2015-10-13 20:57:35 -04:00
516dbe66ad
Mock advancment from pools to brackets
2015-10-08 17:31:27 -04:00
052eb1dd95
Updated views for matches
2015-09-11 13:19:45 -04:00
06635f3d46
Updated show for schools and weights
2015-07-02 09:33:45 -04:00
12b55ba4ad
Swapped tds in weigh_in page
2015-06-30 18:15:21 +00: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
eaaa9fb6ba
Updated up_matches.html.erb
2015-06-19 19:30:44 +00:00
0fd3bd64fe
Added a bout board
2015-06-19 15:25:01 +00:00
d065e31818
Loser name generation was not saving. Fixed that and added a test.
2015-05-28 12:24:46 +00:00
RJ Osborne
284439e2cf
Removed upcomingMatches because matches are an A-R relation of Tournament
2015-05-28 00:25:14 -04:00
RJ Osborne
062396da0a
A Tournament can now generate its own matches.
...
This was again extracted as a module. Modules get more powerful as they get more generic. This is far from generic.
2015-05-27 23:57:37 -04:00
RJ Osborne
9b2c2dde60
Converted class tournamentmatchgen into the GeneratesLoserNames module.
...
Here is another way to handle functionality that you may not want bloating your ActiveRecord class, yet belongs _on_ the model.
In this case, I feel there is an abstraction we are still sorely missing.
2015-05-27 23:29:51 -04:00
RJ Osborne
25c92a125d
Boutgen is dead. Tournaments can assign their own bout numbers.
2015-05-27 23:04:17 -04:00
RJ Osborne
c041286943
rough cut of getting rid of the matches collection being passed around
...
Associated Weight and Match-- the FK already existed in the domain
Reduced argument counts on assignLoserNames and assignBouts; trying to pass a Tournament around more
This was a tough nut to crack. Looking back, I tried to eat too much of the horse at once on this refactor.
2015-05-26 19:26:15 -04:00
RJ Osborne
20ef048f48
Poolbracket does not keep a matches collection
2015-05-26 19:26:15 -04:00
RJ Osborne
c855da0e6e
Ripped state out of Poolbracket
...
Implicitly added tournament_id to matches generated by Poolbracket
Removed explicit tournament assignment at save
2015-05-26 19:26:15 -04:00