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 e019c8c commit 877d477Copy full SHA for 877d477
config/application.rb
@@ -54,4 +54,6 @@ class Stringer::Application < Rails::Application
54
ENV.fetch("ENCRYPTION_DETERMINISTIC_KEY")
55
config.active_record.encryption.key_derivation_salt =
56
ENV.fetch("ENCRYPTION_KEY_DERIVATION_SALT")
57
+
58
+ config.assets.compile = false
59
end
0 commit comments