mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-17 13:24:36 +00:00
Removed delayed_job from config/application.rb
This commit is contained in:
@@ -24,7 +24,6 @@ module Wrestling
|
|||||||
#Add Bootstrap SAAS to asset pipeline
|
#Add Bootstrap SAAS to asset pipeline
|
||||||
config.assets.initialize_on_precompile = false
|
config.assets.initialize_on_precompile = false
|
||||||
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
||||||
config.active_job.queue_adapter = :delayed_job
|
|
||||||
#gzip assets
|
#gzip assets
|
||||||
config.middleware.use Rack::Deflater
|
config.middleware.use Rack::Deflater
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user