https://github.com/technicalpickles/dd-error-demo
https://github.com/technicalpickles/dd-error-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/technicalpickles/dd-error-demo
- Owner: technicalpickles
- Created: 2023-01-24T15:25:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T15:25:20.000Z (over 3 years ago)
- Last Synced: 2025-03-15T00:29:56.623Z (over 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Error Demo
```bash
# set a ruby version using ruby manager of choice
export RBENV_VERSION=2.7.6
bundle install
bundle exec puma
# in another terminal: curl http://0.0.0.0:9292
# then kill the process
```
```bash
# set a different ruby version using ruby manager of choice
export RBENV_VERSION=3.1.3
bundle install
bundle exec puma
# in another terminal: curl http://0.0.0.0:9292
```