Skip to content

Commit e68ccf8

Browse files
committed
docs: fix ruby quickstart review feedback
Signed-off-by: Nsanjayboruds <nishantborude555@gmail.com>
1 parent 0718d0a commit e68ccf8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
File renamed without changes.

versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
- sinatra
1313
- postgresql
1414
- ruby-framework
15-
keyword:
15+
keywords:
1616
- Sinatra Framework
1717
- PostgreSQL
1818
- Ruby
@@ -198,6 +198,8 @@ The API will be available at `http://localhost:8000`
198198

199199
### Verify the Setup
200200

201+
In a new terminal (keep `keploy record` running in the first terminal), verify the app is healthy:
202+
201203
```bash
202204
curl http://localhost:8000/health
203205
```
@@ -210,11 +212,7 @@ Expected Response:
210212

211213
### Lights, Camera, Record! 🎥
212214

213-
If you stopped the app after verification, restart recording:
214-
215-
```bash
216-
keploy record -c "bundle exec ruby app.rb"
217-
```
215+
Keep the same recording session running and start making API calls.
218216

219217
🔥**Make some API calls**. Postman, Hoppscotch or even curl - take your pick!
220218

0 commit comments

Comments
 (0)