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 365acce commit 4828a7fCopy full SHA for 4828a7f
config/application.rb
@@ -34,6 +34,9 @@ class Application < Rails::Application
34
protocol: "https"
35
}
36
37
+ if Rails.version >= "7.2"
38
+ raise "this is not needed anymore, yjit should be enabled by default in rails 7.2."
39
+ end
40
config.after_initialize do
41
RubyVM::YJIT.enable
42
end
0 commit comments