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

Dockerize #181

Merged
merged 1 commit into from
Nov 11, 2017
Merged

Dockerize #181

merged 1 commit into from
Nov 11, 2017

Conversation

shrivara
Copy link
Contributor

@shrivara shrivara commented Oct 4, 2017

This covers the basic cases of working on the gem and running tests. I just wanted to get a quick review to understand what else is required.

#179

@mbernier edit: resolves #179

@thinkingserious thinkingserious added the status: code review request requesting a community code review or review from Twilio label Oct 4, 2017
@SendGridDX
Copy link

SendGridDX commented Oct 4, 2017

CLA assistant check
All committers have signed the CLA.


## Quickstart
1. [Install Docker](https://docs.docker.com/engine/installation/) on your machine.
2. Run `docker run --rm -it sendgrid/sendgrid-ruby irb`.

Choose a reason for hiding this comment

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

What is the irb at the end there?

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 idea was to get a interpretor where a dev could try out the gem without having to run it.


If you want to mount your fork or specific version of the gem:
```sh
docker run --rm -v /path/to/local/sendgrid-ruby:/sources/sendgrid-ruby -it sendgrid/sendgrid-ruby bash

Choose a reason for hiding this comment

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

Would you be up for adding a docker-compose file that would make the ruby gems and source code local to the machine the container is running on?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will the volumes not be sufficient for this?

docker run --rm -v /path/to/local/sendgrid-ruby:/sources/sendgrid-ruby -it sendgrid/sendgrid-ruby bash
```

## Running tests

Choose a reason for hiding this comment

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

This is awesome. thank you!!

@mbernier
Copy link

mbernier commented Nov 3, 2017

@shrivara

We have not been able to merge your Pull Request, but because you are awesome - we wanted to make sure you could still get a SendGrid Hacktoberfest shirt.

Please go fill out our swag form before Nov 5th and we will send the shirt! (We know that you might have tried this before and it didn’t work, sorry about that!)

You have till Nov 5th to fill out this form in order to get the Hacktoberfest shirt!

Thank you for contributing during Hacktoberfest! We hope to see you in the repos soon! Just so you know, we always give away a SendGrid shirt for your first ever non-Hacktoberfest PR that gets merged.

@mbernier mbernier merged commit 85bbe4a into sendgrid:master Nov 11, 2017
@thinkingserious
Copy link
Contributor

Hello @shrivara,

Thanks again for the PR!

We appreciate your contribution and look forward to continued collaboration. Thanks!

Team SendGrid DX

@mbernier
Copy link

If you are interested, we would love the opportunity to talk to you about Hacktoberfest and our API libraries.

Our agenda would be: Explore what you liked and is there anything we can do to improve?

You can grab a time on my calendar that works for you and we can have a chat on Google Hangout or Skype. If you prefer, you can email me using my GitHub username at my company’s domain.

Thank you so much,

Matt Bernier - @mbernier - SendGrid Developer Experience Product Manager
Elmer Thomas - @thinkingserious - SendGrid Developer Experience Engineer
@sendgrid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard fix is hard in difficulty status: code review request requesting a community code review or review from Twilio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize
4 participants