-
-
Notifications
You must be signed in to change notification settings - Fork 289
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -306,6 +306,26 @@ const quickstarts = [ | |||||||||||||||||||||||||||||||||||||||||||||||
| link: "/docs/quickstart/flask-redis/", | ||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| // Ruby list | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||
| title: "Ruby + Postgres", | ||||||||||||||||||||||||||||||||||||||||||||||||
| language: "Ruby", | ||||||||||||||||||||||||||||||||||||||||||||||||
| server: "Docker", | ||||||||||||||||||||||||||||||||||||||||||||||||
| description: | ||||||||||||||||||||||||||||||||||||||||||||||||
| "A sample Books CRUD API to demonstrate how seamlessly Keploy integrates with Ruby (Sinatra) and PostgreSQL.", | ||||||||||||||||||||||||||||||||||||||||||||||||
| link: "/docs/quickstart/samples-ruby/#using-docker-compose-", | ||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||
| title: "Ruby + Postgres", | ||||||||||||||||||||||||||||||||||||||||||||||||
| language: "Ruby", | ||||||||||||||||||||||||||||||||||||||||||||||||
| server: "Local", | ||||||||||||||||||||||||||||||||||||||||||||||||
| description: | ||||||||||||||||||||||||||||||||||||||||||||||||
| "A sample Books CRUD API to demonstrate how seamlessly Keploy integrates with Ruby (Sinatra) and PostgreSQL.", | ||||||||||||||||||||||||||||||||||||||||||||||||
| link: "/docs/quickstart/samples-ruby/#running-app-locally-on-linuxwsl-", | ||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+309
to
+328
|
||||||||||||||||||||||||||||||||||||||||||||||||
| // Ruby list | |
| { | |
| title: "Ruby + Postgres", | |
| language: "Ruby", | |
| server: "Docker", | |
| description: | |
| "A sample Books CRUD API to demonstrate how seamlessly Keploy integrates with Ruby (Sinatra) and PostgreSQL.", | |
| link: "/docs/quickstart/samples-ruby/#using-docker-compose-", | |
| }, | |
| { | |
| title: "Ruby + Postgres", | |
| language: "Ruby", | |
| server: "Local", | |
| description: | |
| "A sample Books CRUD API to demonstrate how seamlessly Keploy integrates with Ruby (Sinatra) and PostgreSQL.", | |
| link: "/docs/quickstart/samples-ruby/#running-app-locally-on-linuxwsl-", | |
| }, | |
| // Ruby quickstarts are intentionally excluded from this shared list because | |
| // older versioned docs pages also import this component and do not include | |
| // /docs/quickstart/samples-ruby. Add them back only when this list becomes | |
| // version-aware or when the Ruby quickstart docs exist in all supported versions. |
Uh oh!
There was an error while loading. Please reload this page.