We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e633ff commit e5eb9fcCopy full SHA for e5eb9fc
test/dummy/config/initializers/sqlite3.rb
@@ -27,4 +27,8 @@ def configure_connection
27
ActiveRecord::ConnectionAdapters::SQLite3Adapter.prepend SqliteImmediateTransactions
28
ActiveRecord::ConnectionAdapters::SQLite3Adapter.prepend SQLite3Configuration
29
end
30
+
31
+ # Suppress fork safety warnings in the dummy app (used by test suite)
32
+ # Warnings are safe: https://github.com/rails/solid_queue/issues/506
33
+ SQLite3::ForkSafety.suppress_warnings! if defined?(SQLite3::ForkSafety)
34
0 commit comments