feat: Add Ruby Sinatra + PostgreSQL quickstart#779
Open
Atul-Chahar wants to merge 9 commits intokeploy:mainfrom
Open
feat: Add Ruby Sinatra + PostgreSQL quickstart#779Atul-Chahar wants to merge 9 commits intokeploy:mainfrom
Atul-Chahar wants to merge 9 commits intokeploy:mainfrom
Conversation
- Add Ruby language to QuickStartFilter.js with DiRuby icon - Add Sinatra + Postgres entries (Docker and Local) to QuickStartList.js - Add Ruby category to sidebar navigation - Create samples-sinatra-postgres.md documentation Fixes keploy#3521 Signed-off-by: Atul Chahar <atul.chahar.0410@gmail.com>
- Add keploy record screenshot - Add API test generation screenshot - Add keploy test screenshot - Copy images to static/img/sinatra-postgres/ Signed-off-by: Atul Chahar <atul.chahar.0410@gmail.com>
- Add bundle install screenshot for local setup - Re-use API test generation screenshot for local setup - Update Docker setup screenshots with latest versions Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
|
hey @Atul-Chahar |
Achanandhi-M
requested changes
Feb 3, 2026
Member
Achanandhi-M
left a comment
There was a problem hiding this comment.
Hey @Atul-Chahar, the changes look really good—nice work! I just have a few suggestions: please use a lighter background for the images, and also include images for the local setup showing the Keploy record and test commands. Thanks
- Remove emojis and informal language - Clarify terminal usage for API calls - Standardize headings Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
6bc648c to
52c3d7c
Compare
Author
|
@Achanandhi-M Thanks for the review I've updated the PR with the following changes:
|
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
52c3d7c to
219c114
Compare
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
Signed-off-by: Atul Chahar <chaharatul92@gmail.com>
2a43f5c to
048a7eb
Compare
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.
Description
This PR adds a new Quickstart guide for Ruby (Sinatra + PostgreSQL).
It includes:
samples-sinatra-postgres.mdQuickStartFilter.jsto include Ruby language support.QuickStartList.jsto list the new quickstart.version-4.0.0-sidebars.json.Related Issue
Fixes #3521
Checklist
npm run build)QuickStartFilter.jsQuickStartList.jsDocs Website Filter modification:
screenrecording-2026-02-03_00-05-58.mp4
Docker Check:
screenrecording-2026-02-02_22-40-49.mp4
Sample Code
The sample application code is available at: Atul-Chahar/samples-ruby