mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Updated to rails 7 and Ruby 3.1
This commit is contained in:
@@ -21,10 +21,7 @@ module Wrestling
|
||||
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||
# config.i18n.default_locale = :de
|
||||
|
||||
#Add Bootstrap SAAS to asset pipeline
|
||||
config.assets.initialize_on_precompile = false
|
||||
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
||||
#gzip assets
|
||||
#gzip assets
|
||||
config.middleware.use Rack::Deflater
|
||||
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
Reference in New Issue
Block a user