Migrate admin topics to React on Rails#975
Open
justin808 wants to merge 6 commits into
Open
Conversation
justin808
marked this pull request as ready for review
April 19, 2026 10:15
justin808
force-pushed
the
codex/react-on-rails-admin-topics-slice
branch
from
May 22, 2026 01:25
6e28d6c to
d4a4a99
Compare
Author
Dependency finalizationCommit bbe0899 pins React on Rails to 17.0.0 in both Ruby and npm manifests, and React plus React DOM to 19.2.1. ShakaPacker remains at 10.1.0. Lockfile evidence
Validation
Coordinated review closeout
Next default scan starts after this comment. Say check all reviews to rescan the full PR. |
Author
Batch QA Evidence — ROR-Mig-coord-orbit
|
Author
|
Coordinator gate update for current head bbe0899: no Actions run exists for this SHA in either EFForg/action-center-platform or the justin808/action-center-platform head fork. The repository Ruby on Rails CI workflow is configured for push only, so the cross-repository PR did not receive a pull_request check. Local validation evidence remains recorded above. Maintainer next step: establish or explicitly waive current-head hosted CI; status remains waiting-on-checks-or-review. No merge was attempted. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed
/admin/topicsmount fromreact-railstoreact_on_railsAdmin::TopicsHelperand mounted the component with explicitprops:admin_topicspack instead of a broader layout-wide bundle assumptionshakapacker@10packs-testmanifest when the migrated entrypoint changesWhy
I maintain both
react-railsandreact_on_rails, and for actively maintained Rails + React apps we recommend moving to React on Rails because it is the better-supported path for modern Rails/React integration and incremental migrations.For this repo, the main value is maintainability and operational clarity rather than a wholesale frontend rewrite:
react-railsmount contractRelevant docs:
Validation
env NODE_ENV=production ./node_modules/.bin/webpack --config config/webpack/webpack.config.jsdocker compose --progress plain -f docker-compose.yml.example build appdocker compose -f docker-compose.yml.example run --rm -e RAILS_ENV=test app bundle exec rails db:test:preparedocker compose -f docker-compose.yml.example run --rm -e RAILS_ENV=test app bundle exec rspec spec/requests/admin/topics_spec.rb spec/helpers/admin/topics_helper_spec.rbA browser-level pass would still strengthen the public proof story, but the focused Docker-backed build and test loop now passes cleanly, so this is ready for maintainer review.