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

87 Commits

Author SHA1 Message Date
R.J. Osborne
80dee9c234 An instance variable doesn't need to be passed around inside the class as an argument 2015-05-18 21:28:04 -04:00
R.J. Osborne
b56d72c762 generatePools has a nicer arity 2015-05-18 19:37:13 -04:00
R.J. Osborne
b6da441d54 Take a lot of weight arguments in generatePools 2015-05-18 19:05:28 -04:00
R.J. Osborne
ecb4c3d7de Extracted a method 2015-05-18 18:38:39 -04:00
R.J. Osborne
f6dd4e8625 Renamed boutNumber to bout_number to make the field consistent with the rest of the domain and database schema. 2015-05-17 08:13:52 -04:00
d68e4bc54f got tests working and showed mats table if not logged in 2015-05-05 19:10:17 +00:00
e7bfad8df0 Auto creating of high school weights 2015-04-27 14:58:22 -04:00
37470d9602 Moved match generation to a class and added tournament_type to tournaments. 2015-04-27 13:54:57 -04:00
9c5c12c413 Matchups_array completely removed. I do not know why has_many matches
does not work in tournaments. The solution was to add a matches
method.
2015-04-27 09:50:41 -04:00
6d39bcb868 Remove matchups_array 2015-04-26 15:58:15 -04:00
dd44efa869 Got stuff working with matches being saved individually. 2015-04-26 15:49:13 -04:00
d0d562ddf8 UpcomingMatches blows up if there are no wrestlers 2015-04-25 23:32:33 -04:00
b86211102b Revert "Revert "Moving away from matchups_array and saving matches individually""
This reverts commit 7b3fe2aaad.
2015-04-25 21:44:08 -04:00
7b3fe2aaad Revert "Moving away from matchups_array and saving matches individually"
This reverts commit 650a9ed7d6.
2015-04-25 13:59:59 -04:00
650a9ed7d6 Moving away from matchups_array and saving matches individually 2015-04-25 13:51:16 -04:00
1f67557fca Saving matchups_array 2015-04-21 22:31:29 -04:00
1c8ad90e8a Stopped saving matchups_array to test page speed 2015-04-21 22:15:18 -04:00
9de0d46e66 Saving matchups_array again. 2015-04-21 21:26:10 -04:00
b61431930f Now naming loser of boutNumber in boutgen. Boutgen only run once now. 2015-04-21 21:15:44 -04:00
367381208a Took out matchups_array saving, did not remove from database. 2015-04-21 17:13:26 -04:00
0e0fbb649d Removed unused files 2015-04-15 13:44:40 +00:00
2b1618c69b Cleaned up a bunch of shit. Depricated model methods and controller methods. 2015-04-15 13:42:12 +00:00
451e6911f8 Fixed totalRounds in weight 2015-04-01 13:44:01 +00:00
9b9f6a0353 Ordered all pool bracket rounds by bracket_position_number 2015-04-01 13:00:48 +00:00
9986c8b407 Removed unnecessary attr_accessors 2015-03-30 17:45:37 +00:00
522798a2c4 Removed score from school table and added attr_accessor 2015-03-28 18:38:09 +00:00
9976fd5869 Added before save on wrestler and weight. Also fixed fourPoolNumbers for weight 2015-03-28 18:16:32 +00:00
43d7089b44 Associated wrestlers and tournaments through weights 2015-03-28 14:48:36 +00:00
d7bbd32460 Formatting code and deleting uneeded methods 2015-03-28 14:43:14 +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
4b6b20c912 Created integration test for poolbracket matchups 2015-03-27 12:52:35 +00:00
819d735480 Cleaned scaffold tests and set up fixtures needed for now. 2015-03-26 16:55:33 +00:00
a1fbcc4a9f Added weight_max to matchup 2015-03-25 13:08:36 +00:00
06a4d1b95d Fixed matchup object to hash and hash to object 2015-03-25 12:56:19 +00:00
e0f6c129c7 Had to convert all Matchups to hash and back to objects for serialization 2015-03-25 12:32:38 +00:00
a0083ab939 Currently not saving tournament.matchups_array 2015-03-25 01:42:10 +00:00
862c69e431 Changed tournament.matchups to tournament.matchups_array 2015-03-25 00:49:23 +00:00
0b4c9075b1 Idk 2015-03-25 00:43:21 +00:00
a6f78a6dc6 Persisting matchups 2015-03-25 00:15:27 +00:00
458c0a8723 poolbracket.rb updated for different brackets 2015-03-24 14:21:18 +00:00
c1081ef64a Generate blank matchups for pool brackets 2015-03-23 19:14:58 +00:00
27883597ca Set up blank bracket matches for fourPools 2015-03-23 18:17:06 +00:00
20f9b7f016 Cleaned up a little bit of code 2015-03-23 11:59:56 +00:00
c86f678fd1 Moved poolNumber generation to weight. 2015-03-17 09:06:21 -04:00
8d6fab3428 Trying to get two pool seeds corrected 2015-03-16 12:47:55 -04:00
83703e58bf Two pool separate seeds better 2015-03-16 12:43:27 -04:00
2843760779 Create bracket views with upcomingMatches 2015-03-16 08:35:56 -04:00
7b9422fd6c Filter wrestlers per pool for matchups. 2015-03-16 08:13:41 -04:00
05c340eb94 Reducing queries for upcoming matches 2015-03-16 08:06:08 -04:00