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

34 Commits

Author SHA1 Message Date
25df2a7280 Updated to rails 8.1.2. 2026-02-04 18:16:19 -05:00
34f1783031 Upgraded to rails 8.0.2 2025-10-08 11:35:44 -04:00
Your Name
0326d87261 Migrated from Sprockets to Propshaft. 2025-05-16 17:14:05 -04:00
6e61a7245a Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to. 2025-04-15 16:16:44 -04:00
2d433b680a 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
7e6d7ddfbb Updated seeding logic for double elim to make byes truly random and to keep bracket lines consistent through match generations 2024-12-23 16:17:43 -05:00
f92faf4f5c Updated to rails 7.2.2 2024-12-05 17:18:29 -05:00
6cb523e350 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
e46180e9ea Updated to rails 7.1 and ruby 3.1.4 2024-03-14 14:09:09 -04:00
f720de0db6 Fixed deprecations for rails 6.1 and 6.2 2021-02-12 12:17:46 +00:00
31323593c9 Added baumspage roster importer 2019-01-10 13:25:31 +00:00
bdda566696 Fixed sqlite deprication warning 2018-11-13 16:12:49 +00:00
b37004cbbf Removed frontend and updated production to use puma instead of pasenger 2017-05-31 09:40:31 -04:00
3f72a912b6 Wrestler pool number is now saved in db. Pool number generation moved to it's own class. 2017-03-02 18:11:21 +00:00
a6e64bdf8f Moved none database classes out of model folder. Still need to separate classes that are doing too much for bracket_advancement, for placement points, and for swapping wrestlers in pool/bracket. 2016-05-14 14:54:49 +00:00
2f9c54df2e Refactored match generation so I can eventually support multiple types of tournaments 2016-05-14 13:28:28 +00:00
425e7f5fc5 Frontend authentication working. 2016-04-28 01:13:58 +00:00
dfa0972747 Added linemanjs as frontend 2016-02-10 16:33:44 +00:00
68e076a5d6 moved mail settings to production.rb 2016-01-18 20:11:12 +00:00
3db0125a0d Mail settings for localhost 2016-01-18 20:08:18 +00:00
d899dc6f1e Fixing default address 2016-01-04 17:37:11 +00:00
bb83e47641 Put postmark setting in correct spot 2016-01-04 17:00:35 +00:00
490df3b182 Smtp now using postmark 2015-12-30 14:37:31 +00:00
0d310c587b I think I got delayed jobs working 2015-12-29 18:50:18 +00:00
a6757e6bfe Removed delayed_job from config/application.rb 2015-04-21 19:37:23 -04:00
ef90577cf7 Trying to gzip assets to render faster 2015-04-21 19:36:55 -04:00
4d8a58a36a Still working on dataTables for heroku 2015-02-11 11:20:42 -05:00
c7ea29f2e3 Re-arranging requires in application.js 2015-02-11 11:11:29 -05:00
750071627e Trying to get dataTables working in Heroku 2015-02-11 11:00:05 -05:00
3b93c337c7 Fixed delayed job 2015-02-09 11:02:00 -05:00
e09ec3356b Configured delayed_job for rails 4.2.0 2015-02-09 10:35:01 -05:00
4d5cfb0621 removed application.css.scss 2014-12-22 15:18:20 -05:00
f08d96457d set up config/application.rb to use bootstrap 2014-12-22 15:11:41 -05:00
Jacob Cody Wimer
6a38c8388b initial commit 2013-12-23 11:04:30 -05:00