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

bin/console requires Pry in production #16

Open
mpmenne opened this issue Nov 11, 2020 · 1 comment
Open

bin/console requires Pry in production #16

mpmenne opened this issue Nov 11, 2020 · 1 comment
Labels

Comments

@mpmenne
Copy link

mpmenne commented Nov 11, 2020

First, thank you for the great gem!

When I added the wannabe_bool gem to my project, I noticed that I was unable to access the Rails console in production. After digging in, it appeared that my project was falling back to the bin/console in the wannabe_bool gem.

Of course, I could always add my own bin/console in my project, but I thought it would be nice to remove the dependency on Pry in production in the gem itself.

I've created #15 to address the issue. It was a bit tricky to test, so just the changes. Please let me know if you have any feedback.

@prodis prodis added the bug label Nov 12, 2020
@prodis
Copy link
Owner

prodis commented Nov 12, 2020

@mpmenne Thank you for raising this issue. I have just review the PR #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants