Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,4 @@
# Silence Puma output in test environment
if ENV.fetch("RAILS_ENV", "development") == "test"
quiet
end

preload_app!
# "worker" is the Puma term, not a background job.
on_worker_boot do
ActiveSupport.on_load(:active_record) do
ActiveRecord::Base.establish_connection
end

SemanticLogger.reopen
end
end