-
-
Notifications
You must be signed in to change notification settings - Fork 638
Move Pro-specific utilities and configurations to Pro gem #1875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AbanoubGhadban
merged 18 commits into
master
from
move-pro-utils-and-configs-to-pro-gem
Oct 23, 2025
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
78d5717
Phase 1: Update documentation and CHANGELOG for Pro feature separation
AbanoubGhadban bb35666
Phase 2: Move RSC configuration options to Pro gem
AbanoubGhadban e346593
Phase 3: Move RSC utility methods to Pro gem
AbanoubGhadban a978ea6
Add comprehensive tests for Phase 3 RSC utility methods
AbanoubGhadban 4c02413
Add .fuse_hidden* to .gitignore for Claude Code local settings
AbanoubGhadban dc2b035
Fix rsc_support_enabled? to return explicit boolean values
AbanoubGhadban bc8716d
Phase 4: Move streaming helper methods to Pro gem
AbanoubGhadban 18d19eb
Fix: Update RSC config references in server_rendering_js_code.rb
AbanoubGhadban bb20cd7
Fix: Update RSC bundle tests to mock Pro configuration correctly
AbanoubGhadban b4acd73
Fix: Disable RuboCop VerifiedDoubles check for Pro config mock
AbanoubGhadban c39127c
Fix: Properly stub ReactOnRailsPro module with configuration method
AbanoubGhadban ec3517d
Fix: Simplify rsc_support_enabled? method and update related tests
AbanoubGhadban d678ca8
Fix: Stub rsc_support_enabled? method in ReactOnRailsPro module for a…
AbanoubGhadban f1c1883
linting
AbanoubGhadban 10c54e1
Fix: Stub LicenseValidator for accurate testing in Utils spec
AbanoubGhadban 198eb0b
Fix: Remove unnecessary blank line in configuration_spec.rb
AbanoubGhadban a377cac
Refactor: Simplify asset path resolution for Pro RSC manifests in Web…
AbanoubGhadban 24fb4bc
linting
AbanoubGhadban File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,3 +75,4 @@ ssr-generated | |
|
|
||
| # Claude Code local settings | ||
| .claude/settings.local.json | ||
| .claude/.fuse_hidden* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to Pro-Only View Helpers section added below