Add curated Reference Apps library#684
Merged
Merged
Conversation
Member
|
Is there anything else we need for this to go live? |
Member
|
We need to remove all the placeholders and then we can merge this. |
robzolkos
force-pushed
the
reference-apps-library-clean
branch
2 times, most recently
from
July 23, 2026 21:57
01fca49 to
01bd64c
Compare
robzolkos
force-pushed
the
reference-apps-library-clean
branch
from
July 23, 2026 21:59
01bd64c to
c256e86
Compare
Member
|
Would be nice if the Study the reference apps block was centered instead of left aligned. Feels like it's dangling a little. Otherwise good. |
Contributor
Author
|
@dhh done |
rafaelfranca
approved these changes
Jul 24, 2026
Member
|
Oh ha. I thought we actually had more examples than just the three from 37s! My mistake 😄. But yes, let's just go with this anyway for now if this is what we have. Hopefully we'll soon see more we can add. |
robbyrussell
pushed a commit
to robbyrussell/rubyonrails-website
that referenced
this pull request
Jul 24, 2026
* Add curated Reference Apps library * Center orphan docs card
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.

Adds a new
/docs/reference-appspage — a hand-picked library of exemplary open-source Rails apps, intended to show how real, production-quality Rails applications are built.What's included:
/docs/reference-appswith an image-led card grid_data/reference_apps.yml— adding or editing an app requires no HTML changes/docsindex pageDesign notes:
Verification:
ruby -ryaml -e 'data=YAML.load_file("_data/reference_apps.yml"); abort "expected 3 apps" unless data.fetch("apps").size == 3; abort "mock screenshots remain" if data.fetch("apps").any? { |app| app["screenshot"].to_s.include?("mock-") }; puts "✓ reference_apps.yml has exactly 3 non-mock apps"'BUNDLE_USER_HOME=/tmp/rails-website-bundle-home BUNDLE_PATH=/tmp/rails-website-bundle bundle exec jekyll build