Add Octochangelog to examples#118
Conversation
|
Warning Review limit reached
More reviews will be available in 1 minute and 41 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds an Octochangelog entry to the
Confidence Score: 4/5Safe to merge — the change is a single data entry addition with no logic or type changes. The only question worth revisiting is whether the raw Control Plane hostname should be the permanent public-facing demo URL or a placeholder until a branded domain is ready. prototypes/docusaurus/src/constants/demos.ts — specifically the demoUrl value for the new octochangelog entry. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[demos array] --> B[marketplace\nhttps://rsc.reactonrails.com]
A --> C[tanstack-starter\nhttps://starter.reactonrails.com]
A --> D[legacy-tutorial\nhttps://www.reactrails.com]
A --> E[hacker-news\nhttps://hn.reactonrails.com]
A --> F[octochangelog NEW\nhttps://rails-wt0q7a2r1svry.cpln.app]
A --> G[gumroad\nno demoUrl - coming soon]
F --> H{Featured flagship}
B --> H
C --> H
D --> H
E --> H
H --> I[featuredDemos filter]
Reviews (1): Last reviewed commit: "Add Octochangelog to examples" | Re-trigger Greptile |
| tagline: | ||
| 'An Octochangelog app migrated to React on Rails Pro with Rails routing, React 19, and streamed RSC.', | ||
| repoUrl: 'https://github.com/shakacode/react_on_rails-demo-octochangelog-on-rails-pro', | ||
| demoUrl: 'https://rails-wt0q7a2r1svry.cpln.app', |
There was a problem hiding this comment.
The
demoUrl is a raw Control Plane internal hostname (cpln.app) while every other live demo uses a branded reactonrails.com subdomain. If the staging URL is intentionally temporary, consider omitting demoUrl until a vanity domain is ready (which would render "Demo coming soon" per the type comment), or use a custom domain so it matches the pattern of the other flagship entries.
| demoUrl: 'https://rails-wt0q7a2r1svry.cpln.app', | |
| demoUrl: 'https://octochangelog.reactonrails.com', |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6394def516
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| tagline: | ||
| 'An Octochangelog app migrated to React on Rails Pro with Rails routing, React 19, and streamed RSC.', | ||
| repoUrl: 'https://github.com/shakacode/react_on_rails-demo-octochangelog-on-rails-pro', | ||
| demoUrl: 'https://rails-wt0q7a2r1svry.cpln.app', |
There was a problem hiding this comment.
Omit the Octochangelog demo URL until it is public
The linked Octochangelog source repo's README still says its Live Demo has no public deployment configured, but adding demoUrl here makes DemoCard render a “View live demo” link on both /examples and the homepage because this item is also featured. For public docs, this sends users to a staging Control Plane URL instead of the existing “Demo coming soon” fallback; please remove this field until the deployment is confirmed public/stable.
Useful? React with 👍 / 👎.
|
Cloudflare preview deployed.
|
Summary
Validation
Note
Note
Low Risk
Content-only addition to static demo metadata; no auth, data, or application logic changes.
Overview
Adds Octochangelog as a new flagship, featured example in
demos.ts, with links to the React on Rails Pro demo repo and the live Control Plane staging URL.The site’s
/examplespage and homepage “Live demos” section pick up the entry automatically via the existingdemos/featuredDemoswiring—no other code changes in this PR.Reviewed by Cursor Bugbot for commit 6394def. Bugbot is set up for automated code reviews on this repo. Configure here.