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

31 Commits

Author SHA1 Message Date
Your Name
0326d87261 Migrated from Sprockets to Propshaft. 2025-05-16 17:14:05 -04:00
ed7186e5ce Moved the tournament navbar to the bottom of the page and made site responsive. Fixed puma solid queue in development. Added a note about clobbering assets in the README. Fixed the ad blocker check due to turbolinks it had to be idempotent. Added migrations for all dbs in the rails-dev-db-create.sh script. 2025-04-16 16:19:29 -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
e46180e9ea Updated to rails 7.1 and ruby 3.1.4 2024-03-14 14:09:09 -04:00
5677f4e944 Updated development to allow all hostnames (for localtunnel) 2021-02-18 20:27:44 +00:00
55d122771c Had to create storage.yml for activestorage for Rails 6.1 upgrade and changed config to use mem_cache_store instead of dalli_store 2021-02-12 13:16:30 +00:00
e37281771d Added email address variable 2019-12-31 07:52:31 -05:00
10c4401f7b Only force ssl on Heroku 2019-03-25 16:33:04 +00:00
98e63a2ff0 Upgraded to Rails 5.1.1 2017-06-08 21:45:36 -04:00
225e90ca8f Get frontend javascript into the docker image. Still need to figure out how to get frontend templates into rails. 2016-05-14 11:20:28 -04:00
ef470bdac7 Fixed email url for devise password reset 2016-01-19 12:42:50 +00:00
8ddb4a50a6 Email with gmail in production 2016-01-18 21:32:18 +00:00
d2174fb004 Forgot a setting for email 2016-01-18 20:22:51 +00:00
68e076a5d6 moved mail settings to production.rb 2016-01-18 20:11:12 +00:00
bb83e47641 Put postmark setting in correct spot 2016-01-04 17:00:35 +00:00
c228657d88 Setting up postmark 2016-01-04 16:57:05 +00:00
c834985c5d Trying to fix email 2016-01-04 16:49:31 +00:00
db876809ef Page caching set up 2015-12-23 14:11:20 +00:00
54ecbe9451 Revert "Added memcached and set up cached items for up_matches page"
This reverts commit 983cc9c667.
2015-12-17 19:20:18 +00:00
983cc9c667 Added memcached and set up cached items for up_matches page 2015-12-17 18:44:24 +00:00
bdfbb36d48 Removed bullet 2015-11-02 11:31:23 -05:00
5d9398be16 added bullets to analyze db queries 2015-10-19 19:44:13 -04:00
85a5cb3993 Removed deprecated config in application.rb 2015-03-28 18:40:55 +00:00
819d735480 Cleaned scaffold tests and set up fixtures needed for now. 2015-03-26 16:55:33 +00:00
2b52295a0e Changed depricated setting 2015-02-11 11:14:43 -05:00
c7ea29f2e3 Re-arranging requires in application.js 2015-02-11 11:11:29 -05:00
2d053500ed Still trying to get dataTables working in production 2015-02-11 11:03:59 -05:00
Jacob Cody Wimer
e36b4ec5ab Set up SSL in production 2014-01-23 10:47:33 -05:00
Jacob Cody Wimer
10de8d2110 changed production environment 2014-01-22 09:33:28 -05:00
Jacob Cody Wimer
6a38c8388b initial commit 2013-12-23 11:04:30 -05:00