File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
* Don't enable YJIT in development and test environments
10
10
11
- Development and test environment tend to reload code and redefine methods (e.g. mocking),
11
+ Development and test environments tend to reload code and redefine methods (e.g. mocking),
12
12
hence YJIT isn't generally faster in these environments.
13
13
14
14
* Ali Ismayilov* , * Jean Boussier*
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ def load_defaults(target_version)
349
349
when "8.1"
350
350
load_defaults "8.0"
351
351
352
- # Development and test environment tend to reload code and
352
+ # Development and test environments tend to reload code and
353
353
# redefine methods (e.g. mocking), hence YJIT isn't generally
354
354
# faster in these environments.
355
355
self . yjit = !Rails . env . local?
You can’t perform that action at this time.
0 commit comments