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

610 Commits

Author SHA1 Message Date
3ae5727f09 Set hostname for production docker containers 2016-01-28 16:37:04 +00:00
1b9151a888 First shot at setting placement points for a single pool 2016-01-28 16:36:13 +00:00
a8b96c96e8 Swap page is now working and also moved swaping logic from tournament model to its own class 2016-01-27 14:13:49 +00:00
96c7cd446c Fixed tests now that higher seeded guys wrestle in the last pool round 2016-01-26 14:00:48 +00:00
997d547ed2 Now that swapping works, make sure the higher seeded guys wrestle last in the pools 2016-01-26 14:00:09 +00:00
765d45194c Had to specify swapping pool matches because guys were being added to bracket matches and I could not figure out why 2016-01-26 13:59:37 +00:00
ada3434e55 Fixed bug to correctly calculate championship wins and conso wins 2016-01-25 16:02:33 +00:00
c46f895870 Swapping wrestlers works correctly now. 2016-01-25 15:33:46 +00:00
dcd8ab3dc0 Removed uneeded method in tournament model 2016-01-25 13:02:16 +00:00
01b9476ba7 Switched back to original way I swapped wrestlers 2016-01-25 12:59:38 +00:00
75efa73777 Added shell views and routes to swap wrestlers bracket positions
Still need to set permssions on swap controller method
2016-01-25 12:53:32 +00:00
0275b48499 Fixed issue with zero seeded kids 2016-01-25 01:18:02 +00:00
f97557ec23 Fixed the way I swap wrestlers 2016-01-25 01:11:35 +00:00
a9463d0f0c Revert "idk"
This reverts commit bb8f498ca0.
2016-01-23 14:41:42 +00:00
bb8f498ca0 idk 2016-01-23 14:39:21 +00:00
798e14d837 Test placeholder to run single tests 2016-01-23 05:04:44 +00:00
54f7a68e88 Moving seeded pool matches to last round is not working with the poolOrder 2016-01-23 05:04:23 +00:00
3663fa5745 Seed my database seeds correctly 2016-01-22 19:12:25 +00:00
5c71d98998 Move two highest pool seeds match to last pool round 2016-01-22 19:00:15 +00:00
2b1b9270fd Can edit wrestler school 2016-01-22 14:12:56 +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
285cfa9647 Changing worker back to rake jobs:work 2016-01-22 04:51:25 +00:00
fdc11dd693 Fixing running delayed jobs 2016-01-22 04:48:59 +00:00
7c84686ed8 Do not want two delayed jobs kicking each other off 2016-01-22 04:40:54 +00:00
d011c1c3b6 Sync local time with container by mounting volume 2016-01-22 03:41:31 +00:00
c9a425d959 Set timezone in prod dockerfile 2016-01-21 16:45:21 +00:00
6282693fe3 Added printable weigh in sheet 2016-01-21 12:48:50 +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
c0ab1cc56c Remove caching for school show view and eager load correctly
Could not do the caching properly with action buttons having permissions associated. The caching method was being called for every wrestler and took 150ms
2016-01-20 19:58:52 +00:00
71fddec432 Fixed tests now that wrestlers pool numbers are correct 2016-01-20 19:56:41 +00:00
ab892b6f9c Only needs to destroy matches on delete 2016-01-20 19:00:09 +00:00
2866c93aec Destroy matches if a school wrestler or weight is destroyed 2016-01-20 17:52:21 +00:00
1ee671f5b4 Define where to put seeds 5-8 2016-01-20 17:52:06 +00:00
bd3c29bd60 Fixed tournament error bug 2016-01-20 16:10:41 +00:00
3db55aec1e wipe matches before generating 2016-01-20 16:06:57 +00:00
40ebe64176 Error page for generating matches, cannot have more than 16 for Pool to bracket tournaments 2016-01-20 15:15:39 +00:00
1401dbea98 Seeds need to be nil before setting seeds 2016-01-20 14:32:23 +00:00
2657f4a835 Less pages with pop up ads 2016-01-19 19:22:52 +00:00
85fb0947b5 Tutorials page added 2016-01-19 19:04:29 +00:00
6c8f122aca Set up logging for apache 2016-01-19 16:06:42 +00:00
a0c5c1ae8e Fixed reset password button 2016-01-19 13:26:39 +00:00
ef470bdac7 Fixed email url for devise password reset 2016-01-19 12:42:50 +00:00
0176870431 Fixed team scores if 2016-01-19 02:55:21 +00:00
c9a9362406 Kill and remove before building container 2016-01-19 02:53:07 +00:00
593ad6093e Fixed if rails env for ads 2016-01-19 02:50:02 +00:00
8509b6819c Added revenue hits 2016-01-19 02:44:23 +00:00
d279beb6f6 Merge branch 'master' of https://github.com/jcwimer/wrestlingApp 2016-01-19 02:31:51 +00:00
db14dceaca Google analytics 2016-01-19 02:31:32 +00:00
d5885ef220 Added email password 2016-01-18 16:51:08 -05:00
253fcf8496 Need to remove container after killing it 2016-01-18 21:32:54 +00:00