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

41 Commits

Author SHA1 Message Date
RJ Osborne
bec751c4fd Added indexes on the frequent queries. The problem is still too many queries. 2015-05-23 08:48:13 -04:00
R.J. Osborne
acb1a225dd updated the db schema file to reflect the migration 2015-05-17 09:49:51 -04:00
R.J. Osborne
5b411a2311 Updated README instructions and fixed filename of my migration 2015-05-17 09:40:15 -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
R.J. Osborne
f54937e9fe Fixed deprecation warnings from migrations 2015-05-14 20:03:06 -04:00
ed1b774bf2 removed production seeding 2015-05-05 13:19:57 +00: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
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
522798a2c4 Removed score from school table and added attr_accessor 2015-03-28 18:38:09 +00:00
862c69e431 Changed tournament.matchups to tournament.matchups_array 2015-03-25 00:49:23 +00:00
a6f78a6dc6 Persisting matchups 2015-03-25 00:15:27 +00:00
5fe8c394a2 Create seed for each type of poolbracket 2015-03-24 21:09:59 +00:00
c1081ef64a Generate blank matchups for pool brackets 2015-03-23 19:14:58 +00:00
c86f678fd1 Moved poolNumber generation to weight. 2015-03-17 09:06:21 -04:00
6452aee07a Removed delayed job and generate matches 2015-03-16 09:13:12 -04:00
3b93c337c7 Fixed delayed job 2015-02-09 11:02:00 -05:00
23bef4a2b5 Removed word result from fourPools. 2015-02-06 14:53:46 -05:00
vagrant
f4059009ba Created bracket and extra flag for wrestler 2015-02-06 03:01:17 +00:00
7ea80b2997 Working on generating rounds in tournament model 2015-02-02 15:45:46 -05:00
9de0215a5e Pool matches generated 2015-02-02 13:07:08 -05:00
d69838310e Working on pools 2014-12-31 10:38:49 -05:00
fb2badd931 Set for production 2014-12-22 07:21:18 -05:00
73edb4a765 Seed file updated to create a tournament, user, weight, school,
and 16 wrestlers
2014-12-15 08:13:50 -05:00
f7e06feb99 Before I made correctly 2014-12-09 10:14:01 -05:00
Jacob Cody Wimer
e8fba379e0 Added seeding criteria to wrestlers 2014-01-31 07:44:05 -05:00
Jacob Cody Wimer
a3e1573c51 Removed weight mat association 2014-01-30 10:38:50 -05: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
Jacob Cody Wimer
dddedcf30f Created Pool 1 of 10 Man Bracket 2014-01-24 08:41:49 -05:00
Jacob Cody Wimer
7b726b38c0 Added current season record for wrestlers and updated show command for weights and schools 2014-01-22 22:57:14 -05:00
Jacob Cody Wimer
d4b97c83c3 Updated re-directs, added weights to tournament#show, and edited a few views 2014-01-22 13:12:40 -05:00
Jacob Cody Wimer
44511e8600 Entered devise secret key 2014-01-22 09:02:12 -05:00
Jacob Cody Wimer
382e1a0c05 Installed devise 2014-01-21 22:23:09 -05:00
Jacob Cody Wimer
73d22a126a The rest of 1-21 changes. Mostly visual flow between tournament school and wrestlers 2014-01-21 21:43:48 -05:00
Jacob Cody Wimer
24d9deee8b Added basic scaffolds for schools wrestlers and weights 2013-12-31 11:23:43 -05:00
Jacob Cody Wimer
6a38c8388b initial commit 2013-12-23 11:04:30 -05:00