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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a744fffed0201ae9e7102968c8fa89e6342c994aba21f984ee3bd52133b3cebf
4
- data.tar.gz: 4c8216d8d94e314bcbcb816b0136aa8a3bd4f7965bd1eb297f5b68135cac2956
3
+ metadata.gz: 60409cc43b525dfd549f76e44c06415eb08c73922949a48c978b637896c673f4
4
+ data.tar.gz: 81d82eef38a26b39bf815cdcd441cef9b6f3d90d1fec6b652c2634ac3bd4c581
5
5
  SHA512:
6
- metadata.gz: ff69324fb502586834f56e5d7879a10657ca33f52936aeee6b2dfe0f96dcd216a541d86a0d35a657fd5c916f50dd078dca01eace4da87cd46ff01a89204a8969
7
- data.tar.gz: 1c749fb2f93a058bd2fb1e03eb8e68389caa66fdac3897e2486018e20738d564b8cce6d0abf73a7dbc6a3b003c199a59838d0a724d5687898781c58fcdc285e3
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 ShakaCode docs site](https://www.shakacode.com/react-on-rails-pro/docs/) and when browsing the GitHub repo.
50
- The issue is that the ShakaCode site is generated only from files in [`../docs/pro`](../docs/pro), so any references from them to non-doc files must use the full GitHub URL.
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.rc.10)
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.rc.10)
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.rc.10)
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 (1.1.4-arm64-darwin)
144
- commonmarker (1.1.4-x86_64-darwin)
145
- commonmarker (1.1.4-x86_64-linux)
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.0-arm64-darwin)
175
- ffi (1.17.0-x86_64-darwin)
176
- ffi (1.17.0-x86_64-linux-gnu)
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/pro/caching.md](../docs/pro/caching.md)
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/pro/caching.md](../docs/pro/caching.md)
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/pro/node-renderer/basics.md](../docs/pro/node-renderer/basics.md)
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/pro/bundle-caching.md](../docs/pro/bundle-caching.md)
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/pro/configuration.md](../docs/pro/configuration.md)
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/pro/caching.md](../docs/pro/caching.md)
330
- - **Set up Node Renderer**: See [docs/pro/node-renderer/basics.md](../docs/pro/node-renderer/basics.md)
331
- - **Optimize performance**: See [docs/pro/configuration.md](../docs/pro/configuration.md)
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/pro/configuration.md)** - All configuration options
342
+ - **[Configuration Reference](../docs/oss/configuration/configuration-pro.md)** - All configuration options
343
343
 
344
344
  ### Features
345
345
 
346
- - **[Caching Guide](../docs/pro/caching.md)** - Fragment and prerender caching
347
- - **[Bundle Caching](../docs/pro/bundle-caching.md)** - Speed up webpack builds
348
- - **[Node Renderer Basics](../docs/pro/node-renderer/basics.md)** - Standalone Node.js server
349
- - **[Node Renderer Configuration](../docs/pro/node-renderer/js-configuration.md)** - JavaScript config
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/pro/ruby-api.md)** - Helper methods and utilities
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
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRailsPro
4
- VERSION = "16.4.0.rc.10"
4
+ VERSION = "16.4.0"
5
5
  PROTOCOL_VERSION = "2.0.0"
6
6
  end
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.rc.10
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-16 00:00:00.000000000 Z
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.rc.10
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.rc.10
138
+ version: 16.4.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: bundler
141
141
  requirement: !ruby/object:Gem::Requirement