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.
2 parents aef3358 + c325216 commit 1428ef9Copy full SHA for 1428ef9
railties/lib/rails/generators/rails/app/templates/config/initializers/enable_yjit.rb.tt
@@ -4,7 +4,7 @@
4
# If you are deploying to a memory constrained environment
5
# you may want to delete this file, but otherwise it's free
6
# performance.
7
-if defined? RubyVM::YJIT.enable
+if defined?(RubyVM::YJIT.enable)
8
Rails.application.config.after_initialize do
9
RubyVM::YJIT.enable
10
end
0 commit comments