feat: Add Ruby Sinatra + PostgreSQL quickstart#779
feat: Add Ruby Sinatra + PostgreSQL quickstart#779Atul-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
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
|
@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
amaan-bhati
left a comment
There was a problem hiding this comment.
Thank you for the contribution and for putting together the Ruby Sinatra and PostgreSQL quickstart.
However, there is an important issue that needs to be resolved before this can proceed:
Issues Found
1. Duplicate PR
There is another open PR that was submitted earlier covering the exact same content - Ruby Sinatra and PostgreSQL quickstart with Keploy. Only one of these can be merged. Please coordinate with the maintainers on which submission to proceed with.
2. pr_description.md committed to the repo
The file pr_description.md has been committed to the repository. This belongs in the GitHub PR description, not in the codebase. Please remove it from the branch.
3. Unrelated docusaurus.config.js changes
The PR includes gtag config changes and import reformatting in docusaurus.config.js that are unrelated to the Ruby quickstart. Please revert these to keep the diff focused.
Please also rebase against main before resubmitting as there are merge conflicts with other open PRs touching the same files.
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