Commit 9c9abd1
Fix RuboCop violations and add comment about defer loading strategy
- Remove unnecessary rubocop disable/enable directives
- Fix Style/SymbolArray violation in shakapacker-precompile-hook
- Add explanatory comment about generated_component_packs_loading_strategy
defaulting to :defer to match OSS dummy app configuration
Note: The failing "React Router Sixth Page" RSpec test is a known flaky
test that also fails intermittently on master. This is not a regression
from the defer loading strategy changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cbb7df2 commit 9c9abd1
File tree
2 files changed
+4
-4
lines changed- react_on_rails_pro/spec/dummy
- bin
- config/initializers
2 files changed
+4
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
0 commit comments