Skip to content
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

chore: setup local development #3

Merged
merged 1 commit into from
Feb 22, 2024
Merged

chore: setup local development #3

merged 1 commit into from
Feb 22, 2024

Conversation

jmeridth
Copy link
Contributor

  • Makefile
  • docker-compose.yml
  • update README.md

Checklist:

  • I have updated the necessary documentation
  • I have signed off all my commits as required by DCO
  • My build is green

- [x] Makefile
- [x] docker-compose.yml
- [x] update README.md

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth self-assigned this Feb 22, 2024
@jmeridth jmeridth requested review from a team as code owners February 22, 2024 18:35

services:
postgres:
image: postgres:16-alpine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious, if this is a ruby gem, why do we need postgres?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for testing of storing the profiling information if the user chooses to do so. we also test sqlite in the specs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pg gem is not in the gemspec. It is in the spec/Gemfile for testing only. README guides user to add pg gem if needed in their own setup. (typically in their main application Gemfile)

@jmeridth jmeridth merged commit 7afdec4 into main Feb 22, 2024
29 checks passed
@jmeridth jmeridth deleted the jm-local-dev branch February 22, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants