react_on_rails_pro 16.4.0.rc.10 → 16.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +2 -2
- data/Gemfile.lock +9 -9
- data/README.md +15 -14
- data/lib/react_on_rails_pro/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60409cc43b525dfd549f76e44c06415eb08c73922949a48c978b637896c673f4
|
|
4
|
+
data.tar.gz: 81d82eef38a26b39bf815cdcd441cef9b6f3d90d1fec6b652c2634ac3bd4c581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c22f283f9287aace4be8cada790b66ac5dde64855a5b5c1de610f89bf9d1498db6709f5b8d90829124f9a9a9bcbf328798762603bcb42fb12877261cf2c96aa2
|
|
7
|
+
data.tar.gz: 2d81b86dabbc427b7902c105982bae739390277fc6904950017a8db3253e65f61d198e194e8ba60eb99479a087cfa62a76bea8eaa38ec73a15e619e55e82e469
|
data/CONTRIBUTING.md
CHANGED
|
@@ -46,8 +46,8 @@ From [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/
|
|
|
46
46
|
|
|
47
47
|
## Doc Changes
|
|
48
48
|
|
|
49
|
-
When making doc changes, we want the change to work on both [the
|
|
50
|
-
|
|
49
|
+
When making doc changes, we want the change to work on both [the React on Rails docs site](https://reactonrails.com/docs/pro/react-on-rails-pro/) and when browsing the GitHub repo.
|
|
50
|
+
For links from docs pages to non-doc files, use full GitHub URLs so links resolve correctly in both contexts.
|
|
51
51
|
|
|
52
52
|
### Links to other docs:
|
|
53
53
|
|
data/Gemfile.lock
CHANGED
|
@@ -9,7 +9,7 @@ GIT
|
|
|
9
9
|
PATH
|
|
10
10
|
remote: ..
|
|
11
11
|
specs:
|
|
12
|
-
react_on_rails (16.4.0
|
|
12
|
+
react_on_rails (16.4.0)
|
|
13
13
|
addressable
|
|
14
14
|
connection_pool
|
|
15
15
|
execjs (~> 2.5)
|
|
@@ -20,7 +20,7 @@ PATH
|
|
|
20
20
|
PATH
|
|
21
21
|
remote: .
|
|
22
22
|
specs:
|
|
23
|
-
react_on_rails_pro (16.4.0
|
|
23
|
+
react_on_rails_pro (16.4.0)
|
|
24
24
|
addressable
|
|
25
25
|
async (>= 2.6)
|
|
26
26
|
connection_pool
|
|
@@ -29,7 +29,7 @@ PATH
|
|
|
29
29
|
httpx (~> 1.5)
|
|
30
30
|
jwt (~> 2.7)
|
|
31
31
|
rainbow
|
|
32
|
-
react_on_rails (= 16.4.0
|
|
32
|
+
react_on_rails (= 16.4.0)
|
|
33
33
|
|
|
34
34
|
GEM
|
|
35
35
|
remote: https://rubygems.org/
|
|
@@ -140,9 +140,9 @@ GEM
|
|
|
140
140
|
cgi (0.5.1)
|
|
141
141
|
childprocess (5.0.0)
|
|
142
142
|
coderay (1.1.3)
|
|
143
|
-
commonmarker (
|
|
144
|
-
commonmarker (
|
|
145
|
-
commonmarker (
|
|
143
|
+
commonmarker (2.7.0-arm64-darwin)
|
|
144
|
+
commonmarker (2.7.0-x86_64-darwin)
|
|
145
|
+
commonmarker (2.7.0-x86_64-linux)
|
|
146
146
|
concurrent-ruby (1.3.6)
|
|
147
147
|
connection_pool (3.0.2)
|
|
148
148
|
console (1.34.2)
|
|
@@ -171,9 +171,9 @@ GEM
|
|
|
171
171
|
fakefs (2.8.0)
|
|
172
172
|
faker (3.4.1)
|
|
173
173
|
i18n (>= 1.8.11, < 2)
|
|
174
|
-
ffi (1.17.
|
|
175
|
-
ffi (1.17.
|
|
176
|
-
ffi (1.17.
|
|
174
|
+
ffi (1.17.3-arm64-darwin)
|
|
175
|
+
ffi (1.17.3-x86_64-darwin)
|
|
176
|
+
ffi (1.17.3-x86_64-linux-gnu)
|
|
177
177
|
fiber-annotation (0.2.0)
|
|
178
178
|
fiber-local (1.1.0)
|
|
179
179
|
fiber-storage
|
data/README.md
CHANGED
|
@@ -156,7 +156,7 @@ end %>
|
|
|
156
156
|
- Automatic cache invalidation based on props
|
|
157
157
|
- Works with Rails fragment caching infrastructure
|
|
158
158
|
|
|
159
|
-
**📖 Learn more**: [docs/
|
|
159
|
+
**📖 Learn more**: [docs/oss/building-features/caching.md](../docs/oss/building-features/caching.md)
|
|
160
160
|
|
|
161
161
|
### 2. Prerender Caching
|
|
162
162
|
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
- Caches across multiple requests
|
|
176
176
|
- Complements fragment caching for maximum performance
|
|
177
177
|
|
|
178
|
-
**📖 Learn more**: [docs/
|
|
178
|
+
**📖 Learn more**: [docs/oss/building-features/caching.md](../docs/oss/building-features/caching.md)
|
|
179
179
|
|
|
180
180
|
### 3. React on Rails Pro Node Renderer
|
|
181
181
|
|
|
@@ -203,7 +203,7 @@ reactOnRailsProNodeRenderer({
|
|
|
203
203
|
});
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
**📖 Learn more**: [docs/
|
|
206
|
+
**📖 Learn more**: [docs/oss/building-features/node-renderer/basics.md](../docs/oss/building-features/node-renderer/basics.md)
|
|
207
207
|
|
|
208
208
|
### 4. React Server Components (RSC)
|
|
209
209
|
|
|
@@ -236,7 +236,7 @@ Speed up webpack rebuilds by caching unchanged bundles.
|
|
|
236
236
|
- **Faster development**: Hot reload only what changed
|
|
237
237
|
- **Lower costs**: Reduce build server time
|
|
238
238
|
|
|
239
|
-
**📖 Learn more**: [docs/
|
|
239
|
+
**📖 Learn more**: [docs/oss/building-features/bundle-caching.md](../docs/oss/building-features/bundle-caching.md)
|
|
240
240
|
|
|
241
241
|
### 6. Global State Management
|
|
242
242
|
|
|
@@ -249,7 +249,7 @@ ReactOnRailsPro.configure do |config|
|
|
|
249
249
|
end
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
**📖 Learn more**: [docs/
|
|
252
|
+
**📖 Learn more**: [docs/oss/configuration/configuration-pro.md](../docs/oss/configuration/configuration-pro.md)
|
|
253
253
|
|
|
254
254
|
---
|
|
255
255
|
|
|
@@ -326,9 +326,9 @@ rails console
|
|
|
326
326
|
|
|
327
327
|
### Next Steps
|
|
328
328
|
|
|
329
|
-
- **Enable caching**: See [docs/
|
|
330
|
-
- **Set up Node Renderer**: See [docs/
|
|
331
|
-
- **Optimize performance**: See [docs/
|
|
329
|
+
- **Enable caching**: See [docs/oss/building-features/caching.md](../docs/oss/building-features/caching.md)
|
|
330
|
+
- **Set up Node Renderer**: See [docs/oss/building-features/node-renderer/basics.md](../docs/oss/building-features/node-renderer/basics.md)
|
|
331
|
+
- **Optimize performance**: See [docs/oss/configuration/configuration-pro.md](../docs/oss/configuration/configuration-pro.md)
|
|
332
332
|
- **Set up for your team**: See [LICENSE_SETUP.md](./LICENSE_SETUP.md#team-setup)
|
|
333
333
|
|
|
334
334
|
---
|
|
@@ -339,18 +339,19 @@ rails console
|
|
|
339
339
|
|
|
340
340
|
- **[Installation Guide](../docs/pro/installation.md)** - Detailed installation instructions
|
|
341
341
|
- **[License Setup](./LICENSE_SETUP.md)** - Complete license configuration guide
|
|
342
|
-
- **[Configuration Reference](../docs/
|
|
342
|
+
- **[Configuration Reference](../docs/oss/configuration/configuration-pro.md)** - All configuration options
|
|
343
343
|
|
|
344
344
|
### Features
|
|
345
345
|
|
|
346
|
-
- **[Caching Guide](../docs/
|
|
347
|
-
- **[Bundle Caching](../docs/
|
|
348
|
-
- **[Node Renderer Basics](../docs/
|
|
349
|
-
- **[Node Renderer Configuration](../docs/
|
|
346
|
+
- **[Caching Guide](../docs/oss/building-features/caching.md)** - Prerender and fragment caching
|
|
347
|
+
- **[Bundle Caching](../docs/oss/building-features/bundle-caching.md)** - Speed up webpack builds
|
|
348
|
+
- **[Node Renderer Basics](../docs/oss/building-features/node-renderer/basics.md)** - Standalone Node.js server
|
|
349
|
+
- **[Node Renderer Configuration](../docs/oss/building-features/node-renderer/js-configuration.md)** - JavaScript config
|
|
350
|
+
- **[Code Splitting](../docs/oss/building-features/code-splitting.md)** - Loadable components with SSR
|
|
350
351
|
|
|
351
352
|
### API Reference
|
|
352
353
|
|
|
353
|
-
- **[Ruby API](../docs/
|
|
354
|
+
- **[Ruby API](../docs/oss/api-reference/ruby-api-pro.md)** - Helper methods and utilities
|
|
354
355
|
- **[CHANGELOG](./CHANGELOG.md)** - Version history and upgrade notes
|
|
355
356
|
|
|
356
357
|
### Upgrading
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: react_on_rails_pro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.4.0
|
|
4
|
+
version: 16.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Gordon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - '='
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 16.4.0
|
|
131
|
+
version: 16.4.0
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - '='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 16.4.0
|
|
138
|
+
version: 16.4.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: bundler
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|