This website requires JavaScript.
Explore
Help
Sign In
cody
/
wrestlingdev.com
Watch
1
Star
0
Fork
0
You've already forked wrestlingdev.com
mirror of
https://github.com/jcwimer/wrestlingApp
synced
2026-03-25 01:14:43 +00:00
Code
Issues
Releases
Wiki
Activity
Files
f18802a933ba84f37dfff218ea64cb6427b97958
wrestlingdev.com
/
app
/
models
History
Jacob Cody Wimer
f18802a933
Fixed double elim bracket views, fixed double elim match generation and loser name generation for 4 man bracket, fixed seed page submission and added tests, added tests for tournament generation errors and added a new error for assigning a seed higher than the number of wrestlers.
2024-12-08 19:29:56 -05:00
..
concerns
initial commit
2013-12-23 11:04:30 -05:00
.keep
initial commit
2013-12-23 11:04:30 -05:00
ability.rb
Added is_public to a tournament to hide lineups and brackets until you're ready to make it public
2023-01-01 23:16:12 -05:00
application_record.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
mat_assignment_rule.rb
Fixed migration for mat assignment rule
2024-11-25 20:12:36 -05:00
mat.rb
Added mat assignment rules for the bout board and fixed the bug where a delegate making the tournamnet info public changes them to the owner
2024-11-25 16:25:59 -05:00
match.rb
Consolidated the double elimination bracket view, the double elimination match generation, and the double elimination loser names
2024-12-04 17:01:02 -05:00
school_delegate.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
school.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
teampointadjust.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
tournament_delegate.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
tournament.rb
Fixed double elim bracket views, fixed double elim match generation and loser name generation for 4 man bracket, fixed seed page submission and added tests, added tests for tournament generation errors and added a new error for assigning a seed higher than the number of wrestlers.
2024-12-08 19:29:56 -05:00
user.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00
weight.rb
Consolidated the double elimination bracket view, the double elimination match generation, and the double elimination loser names
2024-12-04 17:01:02 -05:00
wrestler.rb
config.load_defaults is now 7.1 and I had to add optional belongs to to a couple models as a deprecation from the 4.2 to 5.0 upgrade
2024-03-19 08:36:33 -04:00