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

Add contributing instructions to readme #763

Merged
merged 3 commits into from
Jun 8, 2022

Conversation

stevehanson
Copy link
Contributor

I had some difficulty getting this project running since there isn't a Gemfile in the project, and I didn't see any contributing instructions. This PR adds some simple instructions for getting the test suite running to the Readme.

I do wonder why the Gemfile was removed and if the proper solution would be to add it back to the project.

Since this gem does not have a Gemfile, you need to specify it in your shell with:

.. code:: shell
BUNDLE_GEMFILE='gemfiles/Gemfile.rails61'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you for this. you're right, this is helpful for new people.
Maybe we should keep a default Gemfile, I recently removed it and honestly, I don't remember why it felt redundant.

but this is the correct way to specify the rails version you'd expect.

that said, these new code blocks don't show up when I try to view the file in rendered mode.
maybe we need to specify bash instead of shell ?

I'm not familiar with .rst format actually.

Copy link
Collaborator

Choose a reason for hiding this comment

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

it was a dead symlink after I moved the gemfiles 39af442

so I deleted it

@mathieujobin
Copy link
Collaborator

Thank you for this patch

@mathieujobin mathieujobin merged commit d200430 into Apipie:master Jun 8, 2022
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