Commit 61566df
committed
Merge remote-tracking branch 'origin/main' into jg/3122-rolling-deploy-adapter
* origin/main:
feat(pro): Async props & incremental RSC rendering + length-prefixed streaming protocol (#2903)
fix: stale references and lost Gemfile pins after Pro migration (#3104)
Restore Metrics/ModuleLength limit to 180
Clarify RuboCop lint contract
Exclude dead project URLs from markdown link check (#3306)
Canonicalize GitHub links in docs
Reduce `react-on-rails-pro-node-renderer` package size (#3304)
fix: format stray markdown files and correct broken link breaking CI on main (#3301)
docs(planning): JSON render-request body migration plan (#3280) (#3299)
docs: experiment plan for decoupling props from JS source (#3281) (#3297)
docs: memory leakage investigation report for SSR pipeline (#3296)
docs: fix MDX-incompatible patterns blocking sc-website docs sync (#3275)
docs: document RSC node renderer test setup (#3223)
Clarify Pro pricing and license guidance (#3272)
docs: add AI security scanner evaluation plan (#3236)
fix: pin pnpm version in scaffolded CI when packageManager is absent (#3172) (#3174)
docs: document RSC HTTP response ownership (#3222)
docs: document legacy Webpacker compatibility shims (#3225)
chore: sync address-review command and import prompt variant (#3271)
# Conflicts:
# .lychee.toml
# react_on_rails/spec/lib/react_on_rails/doctor_spec.rb
# react_on_rails_pro/lib/react_on_rails_pro/pre_seed_renderer_cache.rb160 files changed
Lines changed: 12593 additions & 1718 deletions
File tree
- .claude
- commands
- prompts
- docs
- oss
- api-reference
- building-features
- node-renderer
- core-concepts
- getting-started
- migrating
- pro
- internal
- contributor-info
- planning
- testimonials
- packages
- react-on-rails-pro-node-renderer
- src
- worker
- tests
- fixtures
- projects/spec-dummy
- react-on-rails-pro
- src
- capabilities
- tests
- utils
- react-on-rails
- src
- base
- capabilities
- types
- tests
- react_on_rails_pro
- app/helpers
- lib
- react_on_rails_pro
- concerns
- server_rendering_pool
- spec
- dummy
- app
- controllers
- views/pages
- client/app
- components
- ror-auto-load-components
- config
- e2e-tests
- spec
- helpers
- requests
- react_on_rails_pro
- server_rendering_pool
- react_on_rails
- lib
- generators/react_on_rails
- generator_messages
- templates/base/base/.github/workflows
- react_on_rails
- server_rendering_pool
- spec
- dummy/spec
- helpers
- requests
- lib/react_on_rails
- react_on_rails
- generators
- reports
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | 132 | | |
121 | 133 | | |
122 | 134 | | |
123 | 135 | | |
124 | | - | |
| 136 | + | |
125 | 137 | | |
126 | 138 | | |
127 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | | - | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
180 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
181 | 192 | | |
182 | 193 | | |
183 | 194 | | |
| |||
0 commit comments