-
-
Notifications
You must be signed in to change notification settings - Fork 276
Add Ruby + PostgreSQL quickstart guide #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Ruby + PostgreSQL quickstart guide #773
Conversation
- Created comprehensive quickstart documentation for Ruby (Sinatra) with PostgreSQL - Added Ruby language support to QuickStartFilter with gem icon - Registered Ruby quickstart in QuickStartList for both Docker and Local setups - Updated sidebar navigation to include Ruby category - Build verified successfully with no errors Signed-off-by: Nsanjayboruds <nishantborude555@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a new Ruby (Sinatra) + PostgreSQL quickstart and wires it into the Quickstarts UI and sidebar so users can discover and follow the guide.
Changes:
- Added a new Ruby (Sinatra) + PostgreSQL Books CRUD quickstart doc (Docker + Local flows).
- Added “Ruby” to the Quickstart language filter UI and registered Ruby quickstart entries in the list.
- Added a Ruby category under QuickStarts in the v4.0.0 sidebar.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| versioned_sidebars/version-4.0.0-sidebars.json | Adds Ruby category + doc entry under QuickStarts for v4.0.0 navigation. |
| versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md | New Ruby+Postgres quickstart guide content (Docker + Local). |
| src/components/QuickStartList.js | Registers Ruby quickstarts (Docker + Local) in the Quickstarts catalog. |
| src/components/QuickStartFilter.js | Adds Ruby as a selectable language with icon/color in the filter UI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md
Outdated
Show resolved
Hide resolved
b5847d0 to
7cf26e7
Compare
- Remove standalone docker-compose up --build step - Add clear instructions to stop containers before running tests - Prevent port-in-use conflicts and make workflow clearer - Ensure users stop services after test completion - Build verified successfully with no errors Signed-off-by: Nsanjayboruds <nishantborude555@gmail.com>
d1b6200 to
4f2b408
Compare
|
@copilot open a new pull request to apply changes based on the comments in this thread |
1 similar comment
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Add Ruby + PostgreSQL Quickstart Guide
📝 Description
This PR adds a comprehensive quickstart guide for Ruby (Sinatra) with PostgreSQL integration, demonstrating how to use Keploy for automated API testing with Ruby applications.
🎯 Changes Made
✅ Created new quickstart documentation:
ruby-sinatra-postgres.md✅ Added Ruby language support to
QuickStartFilter.js✅ Registered quickstart in
QuickStartList.js✅ Updated sidebar navigation in
version-4.0.0-sidebars.json🔗 Related Repository
Sample application repository: https://github.com/Nsanjayboruds/keploy-ruby-postgresql-quickstart
✅ Pre-submission Checklist
npm run buildsuccessful)📸 Preview
The quickstart covers:
🙏 Additional Notes
This is my first contribution to Keploy docs. Looking forward to feedback and happy to make any requested changes!