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-31 11:35:45 +00:00
Code
Issues
Releases
Wiki
Activity
Files
71411ff6f833ab000428d3cd72ab3e5b0dd4c619
wrestlingdev.com
/
app
/
models
History
Jacob Cody Wimer
71411ff6f8
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs
2025-04-15 13:31:58 -04: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 a feature to generate uuid links for coaches to submit their school lineups.
2025-02-18 16:39:10 -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 mat assignment rules to be db agnostic with comma delimited strings and upgraded test env db to mariadb 10.10 to match production.
2025-01-25 20:02:22 -05:00
mat.rb
Fixed mat assignment rules to be db agnostic with comma delimited strings and upgraded test env db to mariadb 10.10 to match production.
2025-01-25 20:02:22 -05:00
match.rb
Upgraded to rails 8.0.2, moved from dalli to solid cache, moved from delayed_job to solid queue, and add solid cable. deploy/rails-dev-run.sh no longer needs to chmod. Fixed finished_at callback for matches. Migrated from Devise to built in rails auth. Added view tests for the bracket page testing that all bout numbers render for all matches in each bracket type.
2025-04-08 17:54:42 -04: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
Upgraded to rails 8.0.2, moved from dalli to solid cache, moved from delayed_job to solid queue, and add solid cable. deploy/rails-dev-run.sh no longer needs to chmod. Fixed finished_at callback for matches. Migrated from Devise to built in rails auth. Added view tests for the bracket page testing that all bout numbers render for all matches in each bracket type.
2025-04-08 17:54:42 -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_backup.rb
Added tournament backups to the database and added pages to restore and create backups
2025-01-04 16:27:52 -05: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_job_status.rb
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs
2025-04-15 13:31:58 -04:00
tournament.rb
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs
2025-04-15 13:31:58 -04:00
user.rb
Upgraded to rails 8.0.2, moved from dalli to solid cache, moved from delayed_job to solid queue, and add solid cable. deploy/rails-dev-run.sh no longer needs to chmod. Fixed finished_at callback for matches. Migrated from Devise to built in rails auth. Added view tests for the bracket page testing that all bout numbers render for all matches in each bracket type.
2025-04-08 17:54:42 -04:00
weight.rb
New bracket positions for double elim brackets. Each bracket position will now wrestle during the same round. Made a rake task to migrate previous matches to the new bracket positions.
2025-04-02 16:23:20 -04:00
wrestler.rb
New bracket positions for double elim brackets. Each bracket position will now wrestle during the same round. Made a rake task to migrate previous matches to the new bracket positions.
2025-04-02 16:23:20 -04:00