Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling

This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 21:27:27 +03:00
parent d51432d09b
commit 36b47125ef
7 changed files with 19 additions and 22 deletions

View file

@ -12,7 +12,7 @@ SITE_CONFIG = YAML.load_file(File.join(File.dirname(__FILE__), 'site.yml'))
module Tracksapp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.1
config.load_defaults 7.0
# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers