Commit 0168c1e
Polish configuration and improve code clarity
## Changes
- **`.rubocop.yml`**: Exclude `bin/*` shell scripts from RuboCop checks
- **`lib/react_on_rails/configuration.rb`**: Fix error message wording (prefer :defer over :sync, remove extra comma and "performance issues" phrase)
- **`spec/dummy/spec/helpers/react_on_rails_helper_spec.rb`**: Add clarifying comment about defer default strategy
Small polish changes that improve code clarity and fix minor inconsistencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 28405e3 commit 0168c1e
File tree
3 files changed
+5
-2
lines changed- lib/react_on_rails
- spec/dummy/spec/helpers
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments